mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-11 12:58:16 +03:00
* parser.c: applied a couple of patches from Peter Jacobi to start to get rid of ctxt->token, with a possible significant speed improvement to be gained once done. Better compliance with PE references constructs in DTDs too. * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests from Peter too Daniel
6 lines
106 B
DTD
6 lines
106 B
DTD
<!ENTITY % percent "%">
|
|
<!ENTITY%percent;def "ghi">
|
|
<!ENTITY abc "%def;">
|
|
<!ELEMENT root (#PCDATA)>
|
|
|