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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
