blob: 25a0e30265dc73e05e8eb667765dfb284dca3d6d (
plain)
1
2
3
4
5
6
7
8
9
|
<?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>
|