master
xinclude: Rework xml:base fixup
xinclude: Always allow XPtr expressions in external documents
fix #68882, cleanup the XInclude copying of node, merge back IDs in the
Large batch of typo fixes
fixed problem causing duplicate fallback execution (bug 139520) added
Don't recurse into xi:include children in xmlXIncludeDoProcess
Fix exponential runtime and memory in xi:fallback processing
xinclude: Don't remove root element
xinclude: Fix fallback for text includes
- xinclude.[ch]: Updated the namespace for the Last Call version - result/XInclude/include test/XInclude/include: updated the testsuite accordingly Daniel
xinclude: Fix quadratic behavior in xmlXIncludeLoadTxt
tests: Add XInclude test for issue #733
- xinclude.c: fixed XInclude recursive behaviour bug #54678 - result/XInclude/recursive.xml test/XInclude/docs/recursive.xml test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent: added specific regression test - parser.h: preparing for the XSLT mode where DTD inherited attributes are added to the tree. Daniel
fixed #99082 for xi:include encoding="..." support on text includes. added