Uploaded image for project: 'Commons Digester'
  1. Commons Digester
  2. DIGESTER-127

Allow DigesterLoader to accept an instance of a preconfigured Digester

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.8
    • 3.0
    • None

    Description

      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..

      Attachments

        Activity

          People

            simone.tripodi Simone Tripodi
            gjeudy Guillaume Jeudy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: