summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/ex-52.svg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rdfxml/ex-52.svg')
-rw-r--r--tests/rdfxml/ex-52.svg26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/rdfxml/ex-52.svg b/tests/rdfxml/ex-52.svg
new file mode 100644
index 0000000..d814889
--- /dev/null
+++ b/tests/rdfxml/ex-52.svg
@@ -0,0 +1,26 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg
+ height="100"
+ width="100"
+ id="blah"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink">
+
+ <!-- Test for searching for rdf:RDF inside some other XML -->
+
+ <!-- Note: this is legal svg - since the SVG specification allows
+ metadata such as rdf to appear inside the metadata tag
+ -->
+
+ <metadata>
+ <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="">
+ <dc:title>Simple Example</dc:title>
+ <dc:date>2002-10-05</dc:date>
+ </rdf:Description>
+ </rdf:RDF>
+ </metadata>
+
+</svg>