Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > import node into document

Reply
Thread Tools

import node into document

 
 
Ajay
Guest
Posts: n/a
 
      08-15-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.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
xsl variable $node/text() but $node can non-node-set help! Tjerk Wolterink XML 2 08-24-2006 03:28 AM
How to set the node indent property between the parent node and the leaf node viveknatani@gmail.com ASP .Net 0 02-13-2006 07:11 PM
How to drag a sub-node to another node in TreeView? wolf ASP .Net 0 08-18-2004 11:51 PM
importing node into document Ajay Python 1 08-15-2004 11:28 AM
[HELP] Create a DOM using a node from another node yio@free.fr Java 0 07-16-2003 12:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57