mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00: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> |