[Home] [By Thread] [By Date] [Recent Entries]
Bernie Bernstein wrote:
When generating the pages, the xsl figures out the general layout of the page and values of things like the page title, headers. This requires lots of instances of:
<xsl:template match="page[.='index']" mode="title"> <xsl:text>Index page</xsl:text> </xsl:template> <xsl:template match="page[.='somePage']" mode="title"> <xsl:text>This is some other page</xsl:text> </xsl:template> I hope you see the pattern and can extend on it. J.Pietschmann XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



