master
xinclude: Rework xml:base fixup
Fix short-lived regression in xmlStaticCopyNode
xinclude: Always allow XPtr expressions in external documents
fixed a problem when base path was "./xxx" 5 test results changed by
adding XInclude support to the reader interface. Lot of testing of the
Large batch of typo fixes
parser: Make failure to load main document a warning
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
tree: Don't coalesce text nodes in xmlAdd{Prev,Next}Sibling
xinclude: Don't remove root element
xinclude: Avoid creation of subcontexts
xinclude: Fix fallback for text includes
xmlreader: Report malloc failures
fix(xinclude): propagate parseFlags in xmlXIncludeProcess and xmlXIncludeProcessTree
xinclude: Expand includes in xmlXIncludeCopyNode
tests: Add XInclude test for issue #733
Fix regression introduced with commit 74dcc10
Fix recursion check in xinclude.c
fixed #99082 for xi:include encoding="..." support on text includes. added
- xinclude.[ch]: Updated the namespace for the Last Call version - result/XInclude/include test/XInclude/include: updated the testsuite accordingly Daniel