Hi, I need to create a new xml document of a node got from a big xml document. I use:
node - node from another document Document xmldoc = new DocumentImpl(); xmldoc.appendChild(node); this code compiles but gives runtime error. will be greateful if anyone can help __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
