mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-28 07:21:26 +03:00
7899c5c5d6
* xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude support to the reader interface. Lot of testing of the walker, various bug fixes. * xmllint.c: added --walker and made sure --xinclude --stream --debug works as expected * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6 result/XInclude/*.rdr: added regression tests for the walker and XInclude xmlReader support, had to slightly change a couple of tests because the walker can't distinguish <foo/> from <foo></foo> Daniel
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
<!DOCTYPE doc [
|
|
<!ENTITY lt "&#60;">
|
|
<!ENTITY gt ">">
|
|
<!ENTITY amp "&#38;">
|
|
<!ENTITY apos "'">
|
|
<!ENTITY quot """>
|
|
]>
|
|
<doc/>
|