The CustApplet Transformation Sheet

Previous Next

See Also

You can use the CustApplet transformation sheet to describe your own, generic transformation rules. The following code fragment illustrates where to add transformation rules in this CustApplet transformation sheet, which imports the USApplet transformation sheet:

<xsl:stylesheet version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

   <xsl:import href="USApplet.xsl"/>

   <xsl:variable name="CustAppletVersion">7.0.BETA</xsl:variable>

   <!--

   Add your transformation rules here,

   and then remove the comment tags

   -->

 

</xsl:stylesheet>

IMPORTANT:

When using the CustApplet.xsl file, take care when installing a new USoft version. The underlying templates (in USApplet.xsl and other imported files) may have changed.

In this case, you will get the message:

A new version of Web Designer has been installed and the custom files might be out of date!

Follow the instructions that come with this message.