On 8/22/07, Christopher J. Bottaro <[EMAIL PROTECTED]> wrote:
> copied_node = a_node.copy(true)
> copied_node.find('.//*') # => TypeError: wrong argument type nil (expected 
> Data)
>
> What am I doing wrong?
>
> Thank you.

Ok, it looks like the copied node is not associated with any
XML::Document.  How do make this association?

Thanks.
_______________________________________________
libxml-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to