View Single Post
  #4 (permalink)  
Old May 11th, 2009, 01:45 PM
mhkay's Avatar
mhkay mhkay is online now
Wrox Author
Points: 12,738, Level: 48
Points: 12,738, Level: 48 Points: 12,738, Level: 48 Points: 12,738, Level: 48
Activity: 100%
Activity: 100% Activity: 100% Activity: 100%
 
Join Date: Apr 2004
Location: Reading, Berks, United Kingdom.
Posts: 3,924
Thanks: 0
Thanked 82 Times in 80 Posts
Default

I don't know anything about HTA as I tend to avoid Microsoft-proprietary technologies. However, the question seems to be general. If you want to update a file on a server then you will need to have something running on the server that enables this. The usual approach is to collect together the user's input into the HTML form fields, construct a URL with parameters which is sent to the server, and have the server run an XSLT transformation which uses these parameters to transform the XML document.
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference
Reply With Quote