8 lines
195 B
XML
8 lines
195 B
XML
|
<?xml version="1.0"?>
|
||
|
<!-- Namespace name test: a same-document relative URI (deprecated) -->
|
||
|
<!DOCTYPE foo [
|
||
|
<!ELEMENT foo ANY>
|
||
|
<!ATTLIST foo xmlns CDATA #IMPLIED>
|
||
|
]>
|
||
|
<foo xmlns="#beeblebrox"/>
|