Hi,

I'm trying to clone a node from one document, then in another document,
call appendChild with the clone as an argument, e.g. :

  $clone = $doc1Node->cloneNode(1);
  $doc2Node->appendChild($clone);

but get a core dump at the appendChild call.

I'm using Xerces Perl 1.5.7 with Xerces-C 10-05-2001 on Mandrake Linux
8.1.

cloneNode and appendChild work fine if both are dealing with the same
document, but I haven't managed to get it working with two different
documents like in the above example.

I'm wondering if I'm doing something wrong or if it is a bug?

Thanks,
Doug.

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

Reply via email to