Hi,

On Fri, 21 May 2004, [iso-8859-1] Andreas Karlsson wrote:

> When I use the same DOMBuilder object for parsing
> several XML files, thus building several DOM trees for
> the same parser, the latter document gets an illegal
> pointer and there is no way of accessing the
> DOMDocument. Could this be happening due to an old
> version of Xerces (2.1.0.)?

Could be, but try calling reset.

>  
> Further more; is there any way of separating
> DOMDocuments from their DOMBuilder object,

yes, adoptDocument

> or is there
> a way of deleteing specific DOMDocuments belonging to
> the same DOMBuilder object?

no, only all of them via resetDocumentPool.

Gareth

-- 
Gareth Reakes, Managing Director      Parthenon Computing
+44-1865-811184                  http://www.parthcomp.com

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

Reply via email to