Siebel Wireless Administration Guide > Configuring Siebel Wireless > Configuring Siebel Wireless Template Files and XSL Stylesheets >

Siebel Wireless XSL Stylesheet File Overview


In addition to the wireless templates, the siebsrvr/WEBTMPL directory also contains a series of XSL stylesheets used to render Siebel Wireless requests in HTML through the Siebel XML Web Interface. These XSL stylesheets are applied to wireless requests which have been identified to be XML requests, through the process described in Installing Siebel Wireless.

The XSL stylesheets also have names that begin with SWLS, and each stylesheet ends with the suffix .xsl. Like the wireless template files, you can use any standard text editor to edit these XSL stylesheets. Table 11 shows the XSL stylesheet files.

Table 11. XSL Stylesheets Descriptions
Template Filename
Description

SWLSLogin.xsl

Login page

SWLSMain.xsl

Main Menu page

SWLSListApplet.xsl

Display page

SWLSDetailApplet.xsl

Detail page

SWLSEdit.xsl

Edit, search, update, and data submit page

SWLSError.xsl

Error display page

SWLSPickApplet.xsl

Pick applet page

SWLSAssociationApplet.xsl

Association applet page

Particular XSL stylesheets are referenced in wireless template files using the swe:xsl-stylesheet tag. For example:

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

Including this tag in a wireless template file results in the SWLSLogin.xsl stylesheet being applied to all Siebel Wireless applets and views that are associated with that template, assuming that the XML Web Interface is used to handle the request. You can use conditional tags to apply variant XSL stylesheets (for example, for other markup languages such as cHTML), if these additional XSL stylesheets are maintained within the Siebel software.

Siebel Wireless Administration Guide Copyright © 2007, Oracle. All rights reserved.