mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-16 02:50:07 +03:00
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE doc [
|
||
|
<!ENTITY a "&b;">
|
||
|
<!ENTITY b "&c;">
|
||
|
<!ENTITY c "&a;">
|
||
|
]>
|
||
|
<doc> &a; violates [ WFC: No Recursion ] </doc>
|