Hello everyone,
I wish to ask about how to insert in xml file using org.dom.package .
I have one empty xml file and i wish to insert in to xml file .
Eg:
<Gulam>
<Put id='one'>
</Put>
</Gulam>
now what i wish is to insert in put node the value based on attribute.means i should be able to insert value of any data type.
I tried it with XQueryUtil but...