mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
227 B
XML
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> |