-
Notifications
You must be signed in to change notification settings - Fork 13
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
Look at Aalto for xs4s #6
Comments
I'm looking at improving http4s' XML support. http4s is built on streams (scalaz-stream now, fs2 in the future). I would like to be able to process XML payloads without blocking (so no InputStream with SAX) or buffering the entire payload as a String before parsing. I think we may have similar needs here. |
yes looks very related. not entirely sure about aalto characteristics just yet. |
@rossabaker just want to understand, was this resolved for you in the end on http4s? how does http4s deal with XML currently? |
We still use scala-xml. As far as I know, Aalto is still the closest we can get to a jawn-like experience with XML, but there just hasn't been the demand for it. |
https://github.com/FasterXML/aalto-xml
The text was updated successfully, but these errors were encountered: