Hi,
Are you actually calling the parser.resetDocumentPool() method.This will delete all of the DOM trees that has been build up, since every time you call the DOMParser.parse method it adds the new DOM tree to an internal vector. Thanks Pete --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
