home *** CD-ROM | disk | FTP | other *** search
- <xsl:stylesheet
- version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xt="http://www.jclark.com/xt">
- <xsl:output method="html"/>
-
- <xsl:strip-space elements="*"/>
-
- <xsl:template name="makemailform">
- <xt:document href="{concat($filepath, 'mailform.htm')}">
- <html><head><title></title>
- <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"/>
- </head>
- <script src="scripts/xslcheck.js">
- </script>
- <xsl:element name="body" use-attribute-sets="page-style">
- <xsl:attribute name="text"><xsl:value-of select="$row-font-st/param[@name='color']/@value"/></xsl:attribute>
- <xsl:element name="font" use-attribute-sets="row-font-style">
- <script>
- if(parent.shop.isScriptLoaded) {
- parent.shop.printOrder(self,0,0);
- parent.shop.printUserData(self,0,1);
- }
- </script>
- </xsl:element>
- </xsl:element>
- </html>
- </xt:document>
- </xsl:template>
-
- </xsl:stylesheet>