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