> You should put a try/catch block in your code:

> try
> {
> }
> catch(const DOM_Exception&    e)
guess this is DOM_DOMException ?
> {
>     std::cerr << "Exception code is " << e.code << "." << std::endl;
> }

> You may be trying to put a child in a place where it is not allowed.

It gives me a 4 meaning "wrong document error".
If this means "you tried to copy between different doc types" then this is
correct. They are different, but the part I want to copy would be valid in
the target doc.

Thanks for your reply,
Rolf

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

Reply via email to