1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-20 05:14:10 +08:00
Files
libxml2/test/VC/ElementValid2

5 lines
55 B
Plaintext

<!DOCTYPE doc [
<!ELEMENT doc (p)*>
]>
<doc><p/></doc>