how to add a xml document to another xml document in java.

Posted by Jagadesh on Stack Overflow See other posts from Stack Overflow or by Jagadesh
Published on 2010-06-14T08:51:01Z Indexed on 2010/06/14 8:52 UTC
Read the original article Hit count: 189

Filed under:
|
|

I have a xml document like this rootXMLDoc=<root></root> . I need to insert paramxmlDoc= <parameter par='1'>abc</parameter>. how to insert paramxmlDoc to rootXMLDoc in java.?

© Stack Overflow or respective owner

Related posts about java

Related posts about Xml