WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Scala.js cannot load XML #198

@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