Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala Native Support #282

Closed
da-liii opened this issue Mar 17, 2019 · 5 comments · Fixed by #482
Closed

Scala Native Support #282

da-liii opened this issue Mar 17, 2019 · 5 comments · Fixed by #482

Comments

@da-liii
Copy link

da-liii commented Mar 17, 2019

No description provided.

@SethTisue
Copy link
Member

I believe a pull request on this would be welcome, even if it only supported XML generation and not XML parsing (see #198 for discussion on that)

@SethTisue
Copy link
Member

we've now dropped Scala 2.11 support here in this repo, so I think this would now depend on Scala Native adding support for 2.12

@da-liii
Copy link
Author

da-liii commented Jan 20, 2021

Scala Native 0.4.0 is released! Come back to see if there is a way to have a native scala-xml.

@SethTisue
Copy link
Member

a PR on this would be very welcome

@david-bouyssie
Copy link

I have ported the missing pieces for a full XML support on SN:
https://github.com/david-bouyssie/xml4s

The following artifact contains a pure Scala Pull Parser (fork of Kxml2), with an adapter for SAX:
https://search.maven.org/artifact/com.github.david-bouyssie/xml4s-xmlpull-api_native0.4_2.13/0.1.0/jar

On the long term it should also solve this similar Scala.js issue #198

This work is still in early stage, so feel free to ask for improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants