blob: a1928b8187d6c67394b241c0b5c79b36f869d8d1 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Check parsing with xmlns in various positions.
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:eg="Http://example.org/">
<!-- comment -->
<rdf:Description rdf:about="http://example.org/node1">
<eg:prop rdf:resource="http://example.org/node2"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
/>
</rdf:Description>
</rdf:RDF>
<!-- and another -->