1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-20 03:52:25 +03:00
Files
libxml2/test/VC/ElementValid2

5 lines
55 B
Plaintext

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