Skip to content

Scala.js cannot load XML from any source #473

@frankbe

Description

@frankbe

As described in #198 (Scala.js cannot load XML from String), it's not possible to use XML.loadString within scala.js. But that also seems to be true for any other load and save method within scala.xml.XML.

The errors are all similar: "Referring to non-existent class org.xml.sax..." and "Referring to non-existent class javax.xml.parsers.SAX..." obviously because of the dependency to sax.

Is there another way to load xml data without the usage of scala.xml.XML object and SAX?

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