Xml.Transform

Overview

Performs XSLT transformation on current node and returns result in a string

string myXml.Transform(xslt: string, parameters: object)

Arguments

string xslt

Xslt content

object parameters

to pass as custom variables

Remarks

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

See Also

Copyright © 2010 - 2023 Emakin. All rights reserved.