mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-27 14:03:36 +03:00
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE doc [
|
||
|
<!ELEMENT doc (#PCDATA)>
|
||
|
<!ATTLIST doc val CDATA #IMPLIED>
|
||
|
]>
|
||
|
<doc val="v1"/>
|