[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
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