mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-31 17:17:37 +03:00
ef709ce2f7
For https://bugzilla.gnome.org/show_bug.cgi?id=737840 the fix for 724903 introduced a regression on external entities carrying IDs, revert that patch in part and add a specific test to avoid readding it
11 lines
190 B
XML
11 lines
190 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE root [
|
|
<!ELEMENT root (elem)>
|
|
<!ELEMENT elem (#PCDATA)>
|
|
<!ATTLIST elem id ID #IMPLIED>
|
|
<!ENTITY target SYSTEM "dtds/737840.ent">
|
|
]>
|
|
<root>
|
|
⌖
|
|
</root>
|