Fix some problems with the usage of system IDs in the EntityListResolver
Allow to cache or not cache the created InputSource in the EntityListResolver
Add the ability to have XML comments on nodes ()
Add a getCDATAValueAsString method in the XML node class to avoid to return a null result if the CDATA content is empty
Add a class which is able to detect the encoding of XML files
Add methods in the XMLTreeHandlerUtilities to create regular nodes from a String, a File, an URL, or a Reader
Add methods in the XMLIncluder class to directly write the result to an URL or a File
Append the encoding of files produced with the includer
Add a method which allows to customize the creation of nodes in the XMLTreeHandler class
Last edit: Hervé Girod 2022-11-15
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fix some problems with the usage of system IDs in the EntityListResolver
Allow to cache or not cache the created InputSource in the EntityListResolver
Add the ability to have XML comments on nodes ()
Add a getCDATAValueAsString method in the XML node class to avoid to return a null result if the CDATA content is empty
Add a class which is able to detect the encoding of XML files
Add methods in the XMLTreeHandlerUtilities to create regular nodes from a String, a File, an URL, or a Reader
Add methods in the XMLIncluder class to directly write the result to an URL or a File
Append the encoding of files produced with the includer
Add a method which allows to customize the creation of nodes in the XMLTreeHandler class
Last edit: Hervé Girod 2022-11-15