Hi,
    we are using SAXParser(from XML API) for parsing XML. We are doing 
performance testing. After running commands for 3000 times i.e after 
parsing 3000 times, it throws an unknown exception which was caught in 
catch(...) block.
We are trying our best to locate the problem. If u can help us in this 
regards it would be great!!!.
Our code is like this
 
SAXParser  *parser = new SAXParser;
 
     MemBufInputSource* memBufIS = new MemBufInputSource
     (
        (const XMLByte*)xmlFile
        , strlen(xmlFile)
        , gMemBufId
        , false
     );
 

     
          parser->setDocumentHandler(this);
          parser->setErrorHandler(this);
 

          parser->parse(*memBufIS);----------->exception occurs here
 
Regds
Prasad 
 

-----------------------------------------------------------------------------------------------------------------------
Information transmitted by this E-MAIL is proprietary to Wipro and/or its Customers and
is intended for use only by the individual or entity to which it is
addressed, and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If you are not the intended
recipient or it appears that this mail has been forwarded to you without
proper authority, you are notified that any use or dissemination of this
information in any manner is strictly prohibited. In such cases, please
notify us immediately at mailto:[EMAIL PROTECTED] and delete this mail
from your records.
------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to