[Home] [By Thread] [By Date] [Recent Entries]
No, but you can import or include a second stylesheet.
Example: XML <page>
<body>
<table>
...
</table>
</body>
<footer/>
</page>XSL <xsl:import href="footer.xsl"/> <xsl:template match="page">
<html>
<head><title>test</title></head>
<xsl:apply-templates/>
</html>
</xsl:template><xsl:template match="body">
<body>
<xsl:apply-templates/>
</body>
</xsl:template><xsl:template match="table"> ... </xsl:template> footer.xsl <xsl:template match="footer"> This is the footer. </xsl:template> Regards, Joerg Suman.Sathyanarayan@xxxxxxxxxxxx schrieb: Hi , XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



