The file specification for an XML file. You may enter either a file system location (such as c:\myfolder\mydata.xml) or a location from the web (such as http://server/data.xml). By default, the server will look in the project's _SupportFiles folder, in which case you can simply specify the filename (such as mydata.xml).
The http specification is also useful for retrieving XML data from REST-style web services.
When this element uses a Connection element, this XMLFile attribute gets appended to the Connection element's UrlHost attribute. |