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


Reply via email to