Re: xerces DOM concurrent access and defer-node-expansion

2006-03-13 Thread Michael Glavassevich
[EMAIL PROTECTED] wrote on 03/07/2006 12:42:55 PM: > If no nodes are being altered by any thread, and > deferred-node-expansion is turned off, is the xerces DOM concurrently > accessible from multiple threads? No. For example, you will run into trouble with NodeLists. Internally they cache the l

Re: How to non-programatically turn on XInclude support?

2006-03-13 Thread Michael Glavassevich
Hi Perryn, Prior to Xerces 2.7 XInclude support was enabled by changing the parser configuration to the experimental org.apache.xerces.parsers.XIncludeParserConfiguration (which was hard-wired to do XInclude processing). Though it's no longer mentioned in the FAQs, in Xerces 2.7 and above XInc