Hi Michael,
Provided that your code is ensuring that only one thread is accessing the
DOM at a time (i.e. the whole structure, not just one node) you should be
fine.
Thanks.
Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: [EMAIL PROTECTED]
E-mail: [EMAIL PROTECTED]
Michael
Michael Glavassevich ca.ibm.com> writes:
> No. For example, you will run into trouble with NodeLists. Internally they
> cache the length and previously accessed position to improve the
> performance of calls to getLength() and item(i). Invoking these methods
> from multiple threads (even on d