<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <!-- | Called to indicate the start of a chapter. The chapters contain many | sections, each section representing an individual recipe. +--> <!-- reference=sec:savoury, --> <xsl:template name="startchapter"> <xsl:param name="title" /> \startchapter[ title={<xsl:value-of select="$title" />}, ] </xsl:template> <!-- | Called to indicate the end of a chapter. +--> <xsl:template name="stopchapter"> \stopchapter </xsl:template> </xsl:stylesheet>