Revision 93,
815 bytes
checked in by yasumichi, 14 years ago
(diff) |
first import
|
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 | <xsl:param name="html.stylesheet">vine.css</xsl:param> |
---|
5 | |
---|
6 | <xsl:param name="toc.section.depth">1</xsl:param> |
---|
7 | <xsl:param name="section.autolabel">1</xsl:param> |
---|
8 | <xsl:param name="section.label.includes.component.label">1</xsl:param> |
---|
9 | <xsl:param name="use.id.as.filename">1</xsl:param> |
---|
10 | <xsl:param name="root.filename" /> |
---|
11 | |
---|
12 | <xsl:template match="question" mode="label.markup"> |
---|
13 | <xsl:text>Q</xsl:text> |
---|
14 | <xsl:number level="multiple" count="qandaentry" format="1"/> |
---|
15 | </xsl:template> |
---|
16 | <xsl:template match="answer" mode="label.markup"> |
---|
17 | <xsl:text>A</xsl:text> |
---|
18 | <xsl:number level="multiple" count="qandaentry" format="1"/> |
---|
19 | </xsl:template> |
---|
20 | </xsl:stylesheet> |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.