XSLFile | | (Required) Specifies an XSL Transform file. It transforms the input XML file before the XML is loaded into the DataLayer. Use this feature to adjust the XML data if it has a schema that cannot be understood. For example, if the input XML comprises a data set with two tables, an XSL file can remove a table, since the DataLayer expects only a single one.
You may enter either a file system location (such as c:\myfolder\mytransform.xsl) or a location from the web (such as http://server/mytransform.xsl). By default, the server will look in the project's _SupportFiles folder, in which case you can simply specify the filename (such as mydata.xsl). |