Xerces XML C++ SAX nightmare!

Associate
Joined
30 Oct 2004
Posts
112
Location
Whitstable
Hey guys,

If anyone has any experience of using the xerces c++ XML SAX parser library, I'd appreciate some help!

Basically, when I try to parse a document, I can retrieve the tags, but not the attribute values within the tags. The attribute list always seems empty, so there's nothing to retrieve!

I'm not sure if it has anything to do with defining the attributes list, but to be honest I have no idea what the problem is! Anyone got any ideas?

TIA
 
Hey,

Seems I figured it out... the functions I needed to overload aren't too well documented. And who says trial and error doesn't work?! :rolleyes:
 
Back
Top Bottom