-
Notifications
You must be signed in to change notification settings - Fork 4
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
fs2-data streaming xml parser? #4
Comments
Ooh, that could be neat. There is an incremental one called Aalto that I had my eye on for a while, but never got around to integrating. This would of course introduce another dependency of unknown stability. |
I'm partial to fs2-data since it cross-builds for Scala.js 😉 two birds with one stone #3 |
Here's another streaming xml parser. |
Pros and cons: fs2-data has its own XML parser. xs4s uses the battle-tested Java parser, but requires a |
The latest release of fs2-data-xml just added support for directly building scala-xml trees. So this is probably extremely easy to implement now. |
I did an aalto spike. It's VERY fast, but incomplete, and I think I'm cheating badly with mutable state. |
Just a random idea worth exploring.
https://github.com/satabin/fs2-data
The text was updated successfully, but these errors were encountered: