Siebel Developer's Reference > SWE Tags >

swe:xsl-stylesheet


Purpose

Specifies the name of the XSLT stylesheet to perform the XSLT on the XML output document. The style sheet must reside in the application's webtempl directory. There is only one <swe:xsl-stylesheet> tag per view. If more than one <swe:xsl-stylesheet> tag is specified in the view, the last tag found is used.

Usage

<swe:xsl-stylesheet name= "table.xsl" mode= "process"/>

Attributes

Name. Specifies the name of the stylesheet.

Mode. XML Interface Reference: Manipulating Siebel XML with XSL Stylesheets and XSLT. You can set the mode to either process or embed. When set to process, the SWE performs XSLT processing on the XML output and sends the transformed document as the response back to the client. When set to embed, the SWE inserts an XML processing instruction in the beginning of the XML document for external XSLT processing.

Siebel Developer's Reference