Re: Parsing CDATA sections

2003-03-19 Thread Elena Litani
Mark Kurley wrote: > When parsing XML documents with large CDATA sections I notice that it takes > an extremely long time. The latest code in CVS includes a patch to the scanner that should make parsing of CDATA sections faster. It is possible that we should also try to improve the DOMParser ha

RE: Parsing CDATA sections

2003-03-19 Thread Carr, Steven (IndSys, GEFanuc, TCP)
Sent: Wednesday, March 19, 2003 7:15 AM To: '[EMAIL PROTECTED]' Subject: Parsing CDATA sections When parsing XML documents with large CDATA sections I notice that it takes an extremely long time. (IE: 1 mb XML doc takes 4 minutes) With our latest software release we upgraded to Xerces

Parsing CDATA sections

2003-03-19 Thread Mark Kurley
When parsing XML documents with large CDATA sections I notice that it takes an extremely long time. (IE: 1 mb XML doc takes 4 minutes) With our latest software release we upgraded to Xerces 2.2.0 from 1.2.1. I ran some test with the old parser and it takes 5 seconds to parse the same document.