Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 979 Bytes

File metadata and controls

35 lines (23 loc) · 979 Bytes

Function: XMLTransform

Get XML values according to given xPath query

Method Signature

XMLTransform(XML=[any], XSL=[String], parameters=[Struct])

Arguments

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 {}

Examples

Related