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

* parser.c: fix a problem reported by Ashwin for system parameter entities referenced from entities in external subset, add a specific loading routine. * test/valid/dtds/external.ent test/valid/dtds/external2.ent test/valid/t11.xml result/valid/t11.xml*: added the test to the regression suite Daniel svn path=/trunk/; revision=3713
4 lines
117 B
Plaintext
4 lines
117 B
Plaintext
<!ELEMENT root (#PCDATA)>
|
|
<!ENTITY % peInCdata SYSTEM "external2.ent">
|
|
<!ENTITY peInCdata "<![CDATA[%peInCdata;]]>">
|