XSLT templates
From Plex-XML
Some XSLT templates are provided within the Plex-XML framework.
These XSLT templates can be used to receive some standard functionalities and a standard layout for your application out of the box.
Single record functionsSingle record functions you typically will not need to create a new XSLT. You will normally use the standard XSLT that are provided by the framework. Only if you have very special need in your single record function you need to create a new XSLT. This could be done by inheriting or copying from an existing XSLT.
| ||
Grid functionsGrid functions typically have individual needs while call functions depending on the action a user takes. For this reason you will always need to create your own XSLT for a grid function. But you new XSLT do not need to contain all necessary statements. You can inherit them from an existing XSLT and just add you own special calling statements.
| ||
Combined functionsAll single record and grid templates can be combined | Templates for other purpose
| |

