Skip to content

Do not assume that parser is namespace-unaware #506

Closed
@dubinsky

Description

@dubinsky

scala.xml.parsing.FactoryAdapter assumes that namespace declarations are passed into the startElement() methods as xmlns attributes, and does not override startPrefixMapping() at all.

As a result, Scala XML parsing can not be done using namespace-aware parser, which is needed - for instance - to handle XInclude.

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