As I understand the documentation, DOMDocuments created by calling
DOMBuilder::parseURI() must not be realese()d - instead you MUST call 
DOMBuilder::release() 
to free the memory for the documents and the dombuilder at the same
time?

Is this a correct understanding? If so, then this seems to create a
mutual dpendency between the dombuilder and the domdocument, such that
you cannot use the same dombuilder to create a large number of
documents, without tying up a large amount of memory, as you cannot
release the individual domdocuments as you finish with them.
-- 
Colin Paul Adams
Preston Lancashire

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

Reply via email to