import node into document

A

Ajay

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top