|
Element "XSL Template " <xsltemplate> |
|
|
The XSL Template Element is used to insert XSL Templates into the container elements. With an XSL Template element we can use an XSL Template Container Page, an external template, an embedded template or all of them. Template Container Page With this property you can select a page, which contains xsl templates, from the current project. The page name given to this property is assumed to be an XSL StyleSheet document and it will be included into the generated XSL Document of the current page as follows. <xsl:include href="Templates.xsl"/>
Since the chosen container page is a project page (i.e. "\Templates") the Application Studio will create the XSL StyleSheet document to be included (i.e. "Templates.xsl") on the target directory by compiling the page, during build process. Template Container StyleSheet You can include an XSL StyleSheet document that contains XSL Templates into the current page Template files with extension *.xsl into the current page using this property. The XSL StyleSheet document that is chosen through a file dialog contains the template Embedded XSL Template Generally they are smaller in size and therefore they are placed inside the generated XSL StyleSheet of the page. You can directly enter the XSL Code with the Code Editor provided.
Properties
|