mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-02 21:47:01 +03:00
6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
<!DOCTYPE doc [
|
|
<!ELEMENT doc (#PCDATA)>
|
|
<!ATTLIST doc val CDATA #IMPLIED>
|
|
]>
|
|
<doc val="v1"></doc>
|