Skip to content

Wrong SAX parser factory configuration on Android #247

@kletzander

Description

@kletzander

When setting up SAX parser for service description in org.seamless.xml.SAXParser:73 it configures http://apache.org/xml/features/disallow-doctype-decl feature for the factory, but this feature is not supported in org.apache.harmony.xml.parsers.SAXParserFactory, thus it throws org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/disallow-doctype-decl.
Consequently it's not possible to use this library on Android.
Or I'm missing some undocumented settings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions