mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
130 B
XML
7 lines
130 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE doc [
|
|
<!ATTLIST p id ID #IMPLIED>
|
|
]>
|
|
<doc>
|
|
<p id="id1">Text from sample XML document.</p>
|
|
</doc> |