Is XSLT enough to update a local xml file?
I am lookign for the right approach to do the following task.
I have to present the xml data from a file in a user friendly(tabular) format. One of the data elements is boolean(true/false) which should be presented as check boxes. Once the user modifies one or more check boxes and submits, the data should be saved back to xml file.
Basically the user will be viewing and updating only one attribute of a particular element of an xml file.
It will be a single user viewing the table of data.
Can i use xslt only to do this? DO i need to include any vbscript/javascript to achieve this functionality?
thank you.
|