Allow DigesterLoader to accept an instance of a prefigured Digester for further
configuring
-------------------------------------------------------------------------------------------
Key: DIGESTER-127
URL: https://issues.apache.org/jira/browse/DIGESTER-127
Project: Commons Digester
Issue Type: Improvement
Affects Versions: 1.8
Reporter: Guillaume Jeudy
Priority: Minor
The problem lies in the usage of a Digester with an XSD schema combined with
loading rules from an XML file with DigesterLoader.
Digester.setSchema() is mentioned as unreliable in the javadoc, for this reason
it is preferable to create a new Digester(SAXParser) and call
SAXParser.setProperty("schemalocation_proprietary_property_name",
mySchemaLocUrl);
Unfortunately we cannot use this combination with DigesterLoader. Change
DigesterLoader to support this scenario..
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.