1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-26 10:18:27 +00:00
Files
UXP/dom/xml/test/old/load/display.xml
T

9 lines
227 B
XML

<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="display.css"?>
<!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>