summaryrefslogtreecommitdiff
path: root/tests/rdfxml/bug-650.rdf
blob: 2995e8bc62142956dcc49ccae21f437ccef883f4 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:ns="http://example.org/ns1">
  <rdf:Description rdf:about="http://www.example.org/foo">
    <rdf:value parseType="Literal">
      <ns: rdf:=""	xmlns:dc="p" dc:="" />
    </rdf:value>
  </rdf:Description>
</rdf:RDF>