Hi,
is it possible to script a .XML file?
what we are after is there will be a .XML file on a webserver (IIS) for e.g. www.myserver.com/update.xml
which when called should execute it as a script rather than serve it as a file.
when the .XML file is called it will excute a series of calls example make a DB trip and then return the result in .XML format
is this possible?