Editing XML using XSLT without using IIS?

Fallen123

New Member
I am trying to edit an xml document using xslt. I need to transform an XML file into an editable HTML form using XSLT and then the changes made by the user in the HTML form should be reflected in the XML file.I found this tutorial which does that. http://www.w3schools.com/xsl/xsl_editxml.asp But the problem is i don't have IIS installed and need to do this without using IIS. So is there any other way of editing XML using XSLT without using IIS?
 
Back
Top