[lcdproc] XML discussion

tinic@tinic.net tinic@tinic.net
Thu, 24 Aug 2000 14:35:49 -0700


On Thu, Aug 24, 2000 at 11:42:49AM -0400, Mindaugas Idzelis wrote:

> I'm thinking either libxml, or expat. IBM's xml parser is really big and bloated
> i think. I'll probably create my own simple xml parser in C++ that will
> read/write xml data in my own format only. I guess it will be XML-compatible, but
> not true xml. I've been looking everywhere for good C++ xml parsers, but they
> just don't exist! Anyone know of any c++ xml libraries??

I have a small lightweight XML parser done in C++. It is done 
to read plain SVG files, but should work as well for other 
stuff. It just two files and uses the standard C++ library 
for most string and list stuff. No namespace, DOM or other 
fancy stuff. Needed functionality can be added easily:

	http://www.tinic.net/lxr/source/zodius/ZXML.h

and

	http://www.tinic.net/lxr/source/zodius/ZXML.cpp


greets

TINIC


-----------------------------------------------------------
To unsubscribe from this list send a blank message to
lcdproc-unsubscribe@lists.omnipotent.net