1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-16 02:50:07 +03:00
libxml2/test/WFC/NoLtInAttValue

6 lines
141 B
XML

<?xml version="1.0"?>
<!DOCTYPE a [
<!ENTITY ext "no < workie">
]>
<a att="wrong &ext; ref"> violates [ WFC: No < in Attribute Values ] </a>