blob: b97a61f3d1baf677d11c3dc3a0c029e154ee91d6 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<a xmlns="http://example.org/"></a>
<!-- This is indistinguishable from: -->
<a xmlns="http://example.org/"/>
</rdf:RDF>
|