xsltLoadStylesheet | |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | The xsltLoadStylesheet function loads an xslt stylesheet into memory from xml data so that it can be applied to xml data using the xsltApplyStylesheet function. It returns an xslt stylesheet id. |
Introduced | 6.5 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Function: revXMLEvaluateXpath, xsltApplyStylesheetFromFile, xsltLoadStylesheetFromFile, revXMLCreateTreeFromFile, revXMLCreateTree, xsltApplyStylesheet |
Description | The xsltLoadStylesheet function loads an xslt stylesheet into memory from xml data so that it can be applied to xml data using the xsltApplyStylesheet function. It returns an xslt stylesheet id. |
Tags | xml |