1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-19 20:33:13 +08:00
Files
libxml2/test/VC/OneID2

7 lines
126 B
Plaintext

<!DOCTYPE doc [
<!ATTLIST doc val ID #IMPLIED>
<!ATTLIST doc id ID #IMPLIED>
<!ELEMENT doc (#PCDATA)>
]>
<doc val="v1"></doc>