Transforms the specified XML using the given XSLT stylesheet.
Syntax
Smartsite SXML | Copy Code |
---|---|
string xml.transform(xml xml, xml xslt) string xml.transform(xml xml, xml xslt, boolean executeVipers) string xml.transform(xml xml, xml xslt, boolean executeVipers, string viperNamespacePrefix) |
Parameters
Name | Data Type | Description |
---|---|---|
xml | XML | The XML. |
xslt | XML | The XSLT. |
executeVipers | Boolean | If set to true, executes vipers. |
viperNamespacePrefix | String | The viper namespace prefix to look for. |
Return Value
Data Type | Description |
---|---|
String | String |