Difference between revisions of "XSLHelper"
Line 5: | Line 5: | ||
* [[GenericRetriever]] : data conversion by querying the database | * [[GenericRetriever]] : data conversion by querying the database | ||
* [[JavaScriptRetriever]] : data handling by executing JavaScript code | * [[JavaScriptRetriever]] : data handling by executing JavaScript code | ||
+ | <br> | ||
+ | ---- | ||
+ | |||
+ | Other informations about data manipulation and retrievers can be found [[Retriever_Config|here]]. |
Revision as of 19:03, 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:
- XSLTUtils : date/time and strings manipulation
- GenericRetriever : data conversion by querying the database
- JavaScriptRetriever : data handling by executing JavaScript code
Other informations about data manipulation and retrievers can be found here.