DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16453>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16453

writeNode takes v.long time to complete

           Summary: writeNode takes v.long time to complete
           Product: Xerces-C++
           Version: 1.4
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DOM
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I am writing a XML file (circa 30k) and the call to writeNode takes many 
minutes to complete. 

This code I'm using was based upon the standard example code: 

DOMWriter         *theSerializer = ((DOMImplementationLS*)impl)->createDOMWriter
();

XMLFormatTarget *myFormTarget = new LocalFileFormatTarget(filename);
theSerializer->writeNode(myFormTarget, *doc);

The file is being written, just v. slowly. (Access is across a 100MBit 
network).

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

Reply via email to