Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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 //TODO: wiki.emakin.com'da bulunan parametre ismiyle eşleşmiyor.

Remarks

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

  • No labels