TransformXML

Applies an XSL transform to an XML document.

TransformXML(1, 2)

OrdinalTypeDescription
1stringRequiredXML to transform
2stringRequiredXSL 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.