8 lines
217 B
XML
8 lines
217 B
XML
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
|||
|
<!-- Namespace name test: an http IRI that is not a URI -->
|
|||
|
<!DOCTYPE foo [
|
|||
|
<!ELEMENT foo ANY>
|
|||
|
<!ATTLIST foo xmlns CDATA #IMPLIED>
|
|||
|
]>
|
|||
|
<foo xmlns="http://example.org/ros<6F>"/>
|