Subject: header/footer: How to to separate html-tag in to different xsl-template rules?
From: Hans-Guenter Stein <Hans-Guenter.Stein@xxxxxxxxx>
Date: Fri, 23 Jun 2000 10:07:21 +0200
|
How could I separate headers and footers in my xsl-templates? My problem
is, that I cannot have a tag like "body" in an <xsl:template>, whithout
closing it.
So how to do:
<xsl:template match="header">
<html>
<head>
</head>
<body>
</xsl:template>
<xsl:template match="footer">
</body>
</html>
</xsl:template>
Hans-Guenter
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|