in html page i have a one textbox,and submit button,when i click the submit button text box value stored into xml,these all operation made by using javascript............
any one give me a resolution..
thanks.............
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gohil JayendrasinhPosted Feb 18, 2013, 1:05 AM
Use jQuery.parseXML()
Example
var tmp = [
'
'
'
var personElement = $($.parseXML(tmp))
.find('person').attr('type', 'vip');
$($.parseXML('