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="makeorderlist">
- <xt:document href="{concat($filepath, 'orderlist.htm')}" method="html">
- <html><head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
- <title></title>
- </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,1);
- </script>
- </xsl:element>
- </xsl:element>
- </html>
- </xt:document>
- </xsl:template>
- </xsl:stylesheet>