summaryrefslogtreecommitdiff
path: root/tests/test.html
blob: 80e106c119e722cbf99a1ca35849dc82adfa951a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
  <title>Owl</title>

  <!-- Test for searching for rdf:RDF inside some other XML

       Note: this is not VALID HTML or XHTML since
       the rdf:RDF element and contents is not allowed here.  It
       remains well-formed XML.
    -->
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	   xmlns:dc="http://purl.org/dc/elements/1.1/">
    <rdf:Description rdf:about="http://example.org/owl.html">
      <dc:title>Monkey Home Page</dc:title>
      <dc:creator>Dave Beckett</dc:creator>
      <dc:description>The monkeys live in the jungle.</dc:description>
    </rdf:Description> 
  </rdf:RDF>

</head>
<body bgcolor="#ffffff">

<h1>Monkeys</h1>

<p>Blah blah blah swinging from trees.  Pictures of monkies.</p>

</body>
</html>