> Can you tell me when do we get the DOM005 and DOM002 exceptions?  I do not
> know the root cause for this error.  These exceptions do not come up
> consistently.

DOM005 error is for the Wrong document excpetion. Usually, it means that you
are trying to add nodes to your document from another one. You have to use
importNode() for that.

For DOM002 see W3C DOM specification or JavaDocs.

Regards,
       Konstantin Piroumian.

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to