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
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to