1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-28 14:55:25 +03:00
libxml2/test/WFC/NoExternalEntityRef

6 lines
149 B
XML

<?xml version="1.0"?>
<!DOCTYPE a [
<!ENTITY ext SYSTEM "ext.ent">
]>
<a att="wrong &ext; ref"> violates [ WFC: No External Entity References ] </a>