mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-14 22:50:08 +03:00
9 lines
97 B
XML
9 lines
97 B
XML
|
<!DOCTYPE doc [
|
||
|
<!ELEMENT doc (#PCDATA)>
|
||
|
]>
|
||
|
<doc>
|
||
|
<?pi value?>
|
||
|
text
|
||
|
<!-- and comments -->
|
||
|
</doc>
|