hi,
i need to import a node to a new document. but gives
error if a node contains 'rdf' tags. 
can anyone help me with this problem?

here is how i am doing now.

'node' - a node i have to import

Document newDoc = new DocumentImpl();

newDoc.importNode(node, true);


ERROR MSG i get
org.w3c.dom.DOMException: DOM003 Namespace error
        at
org.apache.xerces.dom.AttrNSImpl.<init>(AttrNSImpl.java:125)
        at
org.apache.xerces.dom.CoreDocumentImpl.createAttributeNS(CoreDocumentImpl.java:1355)

looks like i have to specifiy namespace... how can i
do that?
thanks

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

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

Reply via email to