Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Right now, XMLUtils.read is used to parse an inputstream into a DOM Document. However it's not possible to change the implementation that's used. This task is to provide a means of doing that.
A new system property "org.apache.xml.security.XMLParser" can be set to configure an XMLParser implementation. If it is not specified, it falls back to the XMLParserImpl shipped in Santuario, which is the default implementation of the functionality that was previously in XMLUtils.