source: projects/vine-manual-build/trunk/local.xsl @ 841

Revision 841, 906 bytes checked in by yasumichi, 14 years ago (diff)

remove parameter html.stylesheet

Line 
1<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
2
3        <xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/chunk.xsl"/>
4       
5        <xsl:param name="toc.section.depth">1</xsl:param>
6        <xsl:param name="section.autolabel">1</xsl:param>
7        <xsl:param name="section.label.includes.component.label">1</xsl:param>
8        <xsl:param name="use.id.as.filename">1</xsl:param>
9        <xsl:param name="admon.graphics">1</xsl:param>
10        <xsl:param name="callout.graphics">1</xsl:param>
11        <xsl:param name="callout.unicode">0</xsl:param>
12        <xsl:param name="root.filename" />
13         
14        <xsl:template match="question" mode="label.markup">
15                <xsl:text>Q</xsl:text>
16                <xsl:number level="multiple" count="qandaentry" format="1"/>
17        </xsl:template>
18        <xsl:template match="answer" mode="label.markup">
19                <xsl:text>A</xsl:text>
20                <xsl:number level="multiple" count="qandaentry" format="1"/>
21        </xsl:template>
22</xsl:stylesheet>
23
Note: See TracBrowser for help on using the repository browser.