Skip to content

XmlNode.Transform

Overview

String XmlNode.Transform ( xslt, [ options ] )
Performs XSLT transformation on current node and returns result in a string

Arguments

String | XmlNode xslt

Xslt content

Object options

Xslt parameters

Remarks

Because of browser limitations transformation performed on current node data. Accessing to ancestor nodes via xpath is not possible.

Examples

See Also