Thanks!  Do you have any sample code or links to docs/sample code on using
this technique?

- Rick

-----Original Message-----
From: Nikhil Dinesh [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 27, 2004 2:00 PM
To: [EMAIL PROTECTED]
Subject: RE: Xerces overriding JDK XML parser - Classloader Issues?

If you're not very tied in to using JAXP, consider using the 
org.apache.xerces.parsers.CachingParserPool and the associated XNI 
pipeline. Ive observed significantly faster creation as compared to JAXP 
and there are significant memory advantages you can achieve through 
pipeline configuration that are really inconvenient to do through JAXP. 
Of course these are Xerces internal APIs, and should be used with the 
cautionary note that the developers give. 


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

Reply via email to