Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The nominated weblet must exist in your Technology Service. Add the following instructions to the same level as the <xsl:output> instruction in your WebRoutine XSL stylesheet. This example shows the default weblet for Technology Service JQMOBILE:


<xsl:output method="xml" omit-xml-declaration="no" encoding="UTF-8" indent="yes"/>
<xsl:namespace-alias stylesheet-prefix="xslt" result-prefix="xsl"/>

...



<!-- Default Weblet -->
<tsml:definition>
    <tsml:default-weblet name="std_input.std_input" />
</tsml:definition>

...