View Single Post
  #1 (permalink)  
Old May 4th, 2009, 01:11 PM
spring2009 spring2009 is offline
Registered User
Points: 23, Level: 1
Points: 23, Level: 1 Points: 23, Level: 1 Points: 23, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: May 2009
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
Default 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.
Reply With Quote