SAX Parsing too slow 2003-07-13 - By Shital Joshi
Hi there,
I am parsing a very big xml document(1.2 gb) using Xerces SAX Parser. It takes more than 15 minutes before it actually starts thorwing start element and end element events. Since this is not a DOM Parser, I suspect it doesn't load the document in memory and all. Then nwhy does it take so long before throwing any events? Is there any way to make it faster?
Any help is appreciated. Thanks, -Shital Joshi MFG Systems
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|