Skip to content
Snippets Groups Projects
Commit c5fe9310 authored by Alberto Massari's avatar Alberto Massari
Browse files

- Moved XInclude code to AbstractDOMParser, so that also XercesDOMParser can do XInclude

- Perform XInclude at the end of each endElement callback, instead of doing it at the end (so that we clone smaller trees, instead of cloning the entire document)
- XInclude now reports notation and entity conflicts
- XInclude now reports invalid xi elements
- Fixed base URI handling in fallback elements
- Fixed memory leaks

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@529303 13f79535-47bb-0310-9956-ffa450edef68
parent ca1d6038
No related branches found
No related tags found
No related merge requests found
Showing
with 360 additions and 319 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment