Re: Insert xml contents from one xml to another

2012-02-07 Thread Cezar Andrei
Looks like you need to read this: http://xmlbeans.apache.org/docs/2.0.0/guide/conNavigatingXMLwithCursors.html Cezar On Wed, 2012-01-04 at 11:22 -0800, Account forum wrote: Hi All, I have a requirement where in I need to read a xml file (file 1) and insert somewhere in the middle of another

Insert xml contents from one xml to another

2012-01-04 Thread Account forum
Hi All, I have a requirement where in I need to read a xml file (file 1) and insert somewhere in the middle of another xml file(File 2) using xml beans and xmlcursors. Actually, what I am doing is, I am opening a docx file and getting the document.xml inside it, and parsing it using xmlbeans.