Element Details: XSL+Transform
 Back


Available in: Logi Info Source code name: XslTransform

Specifies an XSL Transform file. You may implement multiple transforms by adding more than one XslTransform element.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
XSLFile
UserDefined
(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).



PARENT ELEMENTS

Click element to drill down for more information.

DataLayer.Directory
DataLayer.JSON
DataLayer.REST
DataLayer.Web Service
DataLayer.XML Target.XML


CHILD ELEMENTS

Click element to drill down for more information.

XSL Argument Parameters


 Back to top


 Chart Debug