Skip to content

Scala.js cannot load XML #198

Open
Open
@darkfrog26

Description

@darkfrog26

I'm attempting to parse XML from a String in Scala.js and I get this compile-time error:

[error] Referring to non-existent class javax.xml.parsers.SAXParserFactory$
[error]   called from scala.xml.factory.XMLLoader.parser()javax.xml.parsers.SAXParser
[error]   called from scala.xml.XML$.parser()javax.xml.parsers.SAXParser
[error]   called from scala.xml.factory.XMLLoader.loadString(java.lang.String)scala.xml.Node
[error]   called from scala.xml.XML$.loadString(java.lang.String)scala.xml.Node

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