Get XML values according to given xPath query
XMLTransform(XML=[any], XSL=[String], parameters=[Struct])
Argument | Type | Required | Description | Default |
---|---|---|---|---|
XML |
any |
true |
The XML to transform | |
XSL |
String |
true |
The XSL to use for the transformation | |
parameters |
Struct |
false |
The parameters to pass to the xsl transformation | {} |