18 Jan
2005
18 Jan
'05
3:53 a.m.
bulia byak wrote:
I must have missed something, but what's wrong with libxml that we're already using for reading svg?
Actually, that stuff I did uses libxml's SAX interface.
The main thing is that the housekeeping of interfacing with it has been abstracted in a nice C++ manner. For the simplest parsing, just override the single _endElement method and there you are.
:-)