mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-31 17:17:37 +03:00
8bf64aef50
* 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
90 B
XML
4 lines
90 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE root SYSTEM "dtds/external.ent">
|
|
<root>&peInCdata;</root>
|