I want to update the XML file....
i have a XML file, for that XML file i made a XSL file,this XSL file showing the data of XML file in a HTML form, data shown in text boxes, so that we can edit the data and a submit button is also present. Now when we click submit button,there is an action field that points to the ASP file,now i want to update the data of XML file.
I am using ASP till now, but the problem is if the value of the 'id' attribute is same for all field than problem comes. and other problem is-lets assume value of 'id' attribute is unique then if we want to update the value of both field_value as well as taborder, then how can we do this....
i have a XML file, for that XML file i made a XSL file,this XSL file showing the data of XML file in a HTML form, data shown in text boxes, so that we can edit the data and a submit button is also present. Now when we click submit button,there is an action field that points to the ASP file,now i want to update the data of XML file.
I am using ASP till now, but the problem is if the value of the 'id' attribute is same for all field than problem comes. and other problem is-lets assume value of 'id' attribute is unique then if we want to update the value of both field_value as well as taborder, then how can we do this....
Comment