How do I parse an xml document as a stream using Scala?

Posted by ScArcher2 on Stack Overflow See other posts from Stack Overflow or by ScArcher2
Published on 2010-05-25T21:26:18Z Indexed on 2010/05/25 21:31 UTC
Read the original article Hit count: 172

Filed under:
|

How do I parse an xml document as a stream using Scala? I've used the Stax API in java to accomplish this, but I'd like to know if there is a "scala" way to do this.

© Stack Overflow or respective owner

Related posts about Xml

Related posts about scala