mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-26 10:03:34 +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"/>
|