msgXSLT
This transforms an XSLT on an XML message handle in Tcl. The input message is transformed using the given XSLT file. It then returns the output in a new message handle. The new handle inherits the metadata from the input message handle.
msgXSLT msgId xsltfn ?key VALUE? ?key2 VALUE2 ...?
-
msgId
is the message handle of the input data, and must contain a valid XML message. -
xsltfn
is the file name of the XSLT file. -
key VALUE
is the set of runtime parameters to pass to the XSLT engine.