import node into document

Ajay abra9823 at mail.usyd.edu.au
Sat Aug 14 23:10:01 EDT 2004


hi!

I have two documents 'policy' and 'dataschema'.
how can i add a node (say, noded) from 'dataschema' as a child to a
particular node in 'policy' (say nodep)
java has importNode, is there an equivalent function in Python. if not, how
do i go about doing it?
just doing nodep.appendChild(noded) throws an error saying they are of
different documents
doing noded.ownerDocument = nodep.ownerDocument also throws an error saying
ownerDocument is a read-only object.

how do i then do the import?

thanks

cheers




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



More information about the Python-list mailing list