Thanks Timo!  importNode( ) was just the method I
couldn't find.  

-Jason
--- "Busch, Timo" <[EMAIL PROTECTED]> wrote:
> HI
> 
> You have to import the element into the document
> using method import node.
> After that you still have to append this new Element
> to a Element in your
> document.
> 
> to give you a idea , this is a part of my code:
> 
>  Element newElement = (Element)
>
((DocumentImpl)_document).importNode((Node)layerObject,true);
>  visPlanElement.appendChild(newElement);
> 
> hope this helps
> 
> timo 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to