| | <xsl:param name="preamble" select="''" /> |
| | |
| | -<!-- If recipetoc is true, generate TOC. --> |
| | +<!-- If true, generate the table of contents. --> |
| | <xsl:param name="recipe-toc" select="true()" /> |
| | |
| | -<!-- If ingredientindex is true, generate the ingredient index. --> |
| | +<!-- If true, generate the index of ingredients (and categories). --> |
| | <xsl:param name="ingredient-index" select="true()" /> |
| | |
| | -<!-- If bookcopyright is true, generate the copyright page. --> |
| | +<!-- If true, generate the copyright page. --> |
| | <xsl:param name="book-copyright" select="true()" /> |
| | |