cxml:parse is stuck waiting for an EOF even after the last closing tag when parsing from a stream (in my case it's a http stream in a server entry point. the client waits for the server to react, the server waits for the EOF).
looking at the code i get the impression that it was never meant to be used like this, an EOF is pretty much mandatory.
could someone comment on this? was cxml ever meant to support such use-case, just noone really needed it yet?
any plans for supporting this?
any hints are appreciated,