THey should not be throwing an exception - that's really basic stuff!
What version of Xerces are you using? I know there were some problems with 2.4?
Cheers,
BerinMilan Tomic wrote:
Berin,
I belive I've found it. :-)
I've copied those three lines of code:
DOMNode *x509Node = findDSIGNode(doc, "X509Certificate"); XMLString::transcode(x509Node->getTextContent()); XMLString::transcode(x509Node->getTextContent());//exception
After this line:
sig->load();
In checksig.cpp file and VC++ 6 debugger reports unhandled exception on third line. This happens only on few XML documents. I'll send you one later on private mail.
Best regards, Milan
