|
How to insertdata into xmltemplate dynamically
Hi all,
I have some dout on xml.Suppose i want to insert some data to a xml template from jsp file .So Wht should be the code for it.It's urgent.....
<user>
<uid>(Data to insert from jsp)</uid>
<password>(Data to insert from jsp)</password>
</user>
Thanks Advance
Last edited by tapas : 01-14-2008 at 09:01 AM.
|