mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
8 lines
173 B
XML
8 lines
173 B
XML
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE doc [
|
||
|
<!ATTLIST d id ID #IMPLIED>
|
||
|
]>
|
||
|
<doc>
|
||
|
<foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar>
|
||
|
<d id="id3">Three</d>
|
||
|
</doc>
|