mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
6 lines
141 B
XML
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>
|