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

4 lines
67 B
Plaintext

<!ENTITY % p1 "(A|B">
<!ENTITY % p2 "|C|D)">
<!ELEMENT X %p1;%p2;>