[Home] [By Thread] [By Date] [Recent Entries]
> Hi, > > appendChild() doesn't let me add a child if it's > ownerDocument is different > from the one where it should be added. What is the easiest > way to get around > this (besides manually creating new nodes in the new Document)? If i understand corerectly, you should be using clonenode and then appendchild, otherwise you have the problem of two different documents pointing to the same node...you dont want that... first clone, then append. David
|

Cart



