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
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