[JDEV] XML Requirements for Parsing Jabber Messages
Robert Norris
rob at cataclysm.cx
Mon Nov 4 17:05:13 CST 2002
> Actually, I would NOT recommend Xerces-C for jabber since it's memory model
> isn't exactly condusive (sp?) to Jabber style streams (a stream is a
> document, and it doesn't release ref-counted objects until you free the
> document). For either C or C++, I would definitely use expat. It's blazingly
> fast and can be rigged to provide rudimentary namespace support. You can use
> expat to build up C++ DOM style objects if you want.
Recent versions of expat (1.95+) have real namespace support (it tracks
the prefixes internally so you don't have to). I'd certainly recommend
expat.
Rob.
--
Robert Norris GPG: 1024D/FC18E6C2
Email+Jabber: rob at cataclysm.cx Web: http://cataclysm.cx/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://www.jabber.org/jdev/attachments/20021105/281a6711/attachment-0002.pgp>
More information about the JDev
mailing list