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 Developing ColdFusion MX Applications with CFML.
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
New in ColdFusion MX: this function is new.
| Parameter | Description |
|---|---|
| xmlString | xmlObj |
A string that represents the XML document, or a parsed object representation of it. |
| xslString |
XSLT transformation to apply. |
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6
Comments are no longer accepted for ColdFusion MX. ColdFusion 8 is the current version.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt2124.htm
Comments
feikuhrwe said on Mar 12, 2003 at 3:02 PM :