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

Look at Aalto for xs4s #6

Open
ScalaWilliam opened this issue Sep 24, 2016 · 4 comments
Open

Look at Aalto for xs4s #6

ScalaWilliam opened this issue Sep 24, 2016 · 4 comments

Comments

@ScalaWilliam
Copy link
Owner

https://github.com/FasterXML/aalto-xml

@rossabaker
Copy link

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.

http4s/http4s#735

@ScalaWilliam
Copy link
Owner Author

yes looks very related. not entirely sure about aalto characteristics just yet.

@ScalaWilliam
Copy link
Owner Author

@rossabaker just want to understand, was this resolved for you in the end on http4s? how does http4s deal with XML currently?

@rossabaker
Copy link

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.

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

No branches or pull requests

2 participants