1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/test/VC/Enumeration

6 lines
108 B
Plaintext

<!DOCTYPE doc [
<!ELEMENT doc (#PCDATA)>
<!ATTLIST doc val (v1 | v2 | v3) #IMPLIED>
]>
<doc val="v4"></doc>