TransformXML
Applies an XSL transform to an XML document.
TransformXML(1, 2)
Ordinal | Type | Description | |
---|---|---|---|
1 | string | Required | XML to transform |
2 | string | Required | XSL document used in the transformation |
Given the example.xml and the transform.xsl files
The function uses the GetPortfolioItem() functions to retrieve the formGenXML and formGenXSL files from Portfolio. The ExactTarget application then applies the formGenXSL file to the formGenXML file as part of the transformation process.