[Mono-list] parsing an incomplete xml
Krisztian PIFKO
monsta@mail.tvnet.hu
Mon, 19 Jul 2004 04:36:36 +0200
On Sun, 2004-07-18 at 21:21 -0400, Stephen Caldwell wrote:
> Well if you have some way of knowing how big the stream is, then maybe
> buffer it all and then parse it, or you might have to create a parsing
> class which can better handle mal-formed xml documents.
sad, but i need to parse it as it comes (xmpp/jabber protocol is like
this), so i'll interpret the stream by hand.
thanks,
Krisztian PIFKO