mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

Always use XML_WAR_UNDECLARED_ENTITY with warning error level in documents with external subset or parameter entities. Use XML_ERR_UNDECLARED_ENTITY otherwise.
8 lines
306 B
Plaintext
8 lines
306 B
Plaintext
./test/errors/rec_att_default.xml:3: parser warning : Entity 'b' not defined
|
|
<!ATTLIST x y CDATA "&a;">
|
|
^
|
|
./test/errors/rec_att_default.xml:6: parser error : Detected an entity reference loop
|
|
<doc attr="&a;"/>
|
|
^
|
|
./test/errors/rec_att_default.xml : failed to parse
|