Applies an Extensible Stylesheet Language Transformation (XSLT) to an XML document object that is represented as a string variable. An XSLT converts an XML document to another format or representation by applying an Extensible Stylesheet Language (XSL) stylesheet to it. For more information, see Using XML and WDDX in Developing ColdFusion MX Applications.
A string; an XML document after the XSLT is applied
Conversion functions, Extensibility functions, XML functions
XmlTransform
(xmlString | xmlObj, xslString)
cfxml
,
IsXmlDoc
,
XmlChildPos
,
XmlChildPos
,
XmlFormat
,
XmlNew
,
XmlParse
,
XmlSearch
ColdFusion MX: Added this function.
Parameter | Description |
---|---|
xmlString | xmlObj |
A string that represents the XML document, or a parsed object representation of it. |
xslString |
XSLT transformation to apply. |