summaryrefslogtreecommitdiff
path: root/test/variants/xml_literal.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'test/variants/xml_literal.rdf')
-rw-r--r--test/variants/xml_literal.rdf12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/variants/xml_literal.rdf b/test/variants/xml_literal.rdf
new file mode 100644
index 00000000..74a02957
--- /dev/null
+++ b/test/variants/xml_literal.rdf
@@ -0,0 +1,12 @@
+<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/">
+ <dc:description rdf:parseType="Literal">
+ <p xmlns="http://www.w3.org/1999/xhtml"></p>
+ </dc:description>
+</rdf:Description>
+
+</rdf:RDF>