Hello,
How do I do something like this?

doc1 = XML::Document.file(...)
doc2 = XML::Document.file(...)
some_node = doc1.find(...)
another_node = doc2.find(...)
some_node << another_node

That doesn't work.  I tried doing:
some_node << another_node.copy
But it complains that copy requires one argument, which is not in the
documentation.

Thanks for the help.
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to