Difference between revisions of "XSLHelper"

From GreenVulcano Wiki
Jump to: navigation, search
Line 1: Line 1:
DRAFT...
+
In some cases it may be necessary to manipulate data at XSL transformation time. This can be done by mean of tools called XSL helpers.
  
There are three ways to implement an XSLHelper:
+
There are three ways to implement an XSL helper:
 
* [[XSLTUtils]] : date/time and strings manipulation
 
* [[XSLTUtils]] : date/time and strings manipulation
 
* [[GenericRetriever]] : data conversion by querying the database
 
* [[GenericRetriever]] : data conversion by querying the database
* [[JavaScriptRetriever]] : data manipulation by executing JavaScript code
+
* [[JavaScriptRetriever]] : data handling by executing JavaScript code

Revision as of 16:11, 23 February 2012

In some cases it may be necessary to manipulate data at XSL transformation time. This can be done by mean of tools called XSL helpers.

There are three ways to implement an XSL helper: