From: ennidhi <psatishbabu_at_hotmail.com>
Date: Thu, 18 Nov 2010 01:41:39 -0800 (PST)
I have successfully generated a XML file based on the XSD. I want to add
another tag to my generated XML which is not the part of the XSD. Its like
adding my whole xml inside a new tag. Is there a way to achieve it?
http://old.nabble.com/file/p30239939/User_10111723083878.xml
User_10111723083878.xml
to this xml, I want to add as the parent element "<addRequest
targetID="BottomLineTarget" executionMode="asynchronous"
xmlns="urn:oasis:names:tc:SPML:2:0">
<data>" and close it at the bottom of the xml.