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.

The XSL stylesheets also have names that begin with SWLS, the filename is appended with the markup language 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 9 lists the XSL stylesheet files.

Table 9. XSL Stylesheets Descriptions
Template Filename
Description

SWLSLogin_<Markup_Language>.xsl

Login page

SWLSMain_<Markup_Language>.xsl

Main Menu page

SWLSListApplet_<MarkupLanguage>.xsl

Display page

SWLSDetailApplet_<Markup_Language>.xsl

Detail page

SWLSEdit_<Markup_Language>.xsl

Edit, search, update, and data submit page

SWLSError_<Markup_Language>.xsl

Error display page

SWLSPickApplet_<Markup_Language>.xsl

Pick applet page

SWLSAssociationApplet_<Markup_Language>.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_wml.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. 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 © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.