Within the Layout / Design area, the central XSL stylesheets for global elements, page navigation, RSS, standard parameters, etc. can be viewed and edited under"Other representations".
The global include file contains, for example, central elements such as the HTML header, language selection, navigation calls, maintenance buttons, workflow box, web application panel, etc. These outsourced elements are read in during the transformation via the central XSL stylesheet (e.g. standard.wDocument.php).
Other global functions such as scroll navigation for lists, RSS lists, standard parameters, etc. are also stored here.
Click on the"Other representations" button to open the directory of the global XSL stylesheet files in a new tab on the right-hand side.
All XSL stylesheets for the global elements of a project are stored in the misc directory. You can open, display, copy, etc. these for editing using the usual file functions.
By editing an XSLT template , you can define the corresponding templates, which contain the transformation instructions and the resulting XHTML code. This is done directly in the source code, which will not be discussed further here. The general rules for XSL apply (see e.g. SELFHTML article "XML / Representation of XML data").