Hi, I write the part of SAX code:
void MyProject::startElement(const XMLCh* const name , AttributeList& attributes) { int r; int pippo=atoi(XTOC(attributes.getValue("Value")));
cout << pippo;
The output code is: <?xml version="1.0" encoding="LATIN1"?> Segmentation fault
What can I do to solve it?
Thanks Daniele
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]