[Mono-dev] XML Parser

Przemysław Sitek przemyslaw.sitek at rams.pl
Mon Apr 10 12:39:51 EDT 2006


Hi,

   I would like to have a XML Parser that parses network XML stream from
server. I would like to be able to feed it with data received from a socket,
then be notified of XML nodes encountered in that stream. Say, server sends
me
<stream>
    <message/>
    <presence/>
    <iq/>
</stream>
I would like to be notified when <message/>, <presence/>, <iq/> tags, as well
with XML nodes associated with them.

   Can this be achieved (such push-pull behaviour) with System.Xml? What
class(es) should I use?

Thanks in advance,
Przemysław Sitek



More information about the Mono-devel-list mailing list