summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2001-08-15 22:54:33 +0000
committerDave Beckett <dave@dajobe.org>2001-08-15 22:54:33 +0000
commitecfe67eb3d5938698259e2b8295b16cbd07ca1ed (patch)
treec9cff5ec4024a62a3868a49d576ed16958830255
parent54aca50ef7d920cebae5c13772de0431de9198af (diff)
downloadraptor-ecfe67eb3d5938698259e2b8295b16cbd07ca1ed.tar.gz
test rdf:Description as document element
-rw-r--r--tests/ex-18.rdf7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ex-18.rdf b/tests/ex-18.rdf
new file mode 100644
index 00000000..1723d383
--- /dev/null
+++ b/tests/ex-18.rdf
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:a="http://example.com/properties/"
+ rdf:about="http://example.org/">
+ <!-- Test missing <rdf:RDF> outer container -->
+ <a:prop>Example</a:prop>
+</rdf:Description>