Line | |
---|
1 | <?xml version='1.0'?> |
---|
2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
---|
3 | version='1.0' |
---|
4 | xmlns="http://www.w3.org/TR/xhtml1/transitional" |
---|
5 | exclude-result-prefixes="#default"> |
---|
6 | |
---|
7 | <xsl:import href="/u/jajarvi/dtd/docbook-xsl/html/docbook.xsl"/> |
---|
8 | |
---|
9 | |
---|
10 | <!-- Add other variable definitions here --> |
---|
11 | |
---|
12 | <xsl:variable name="shade.verbatim">0</xsl:variable> |
---|
13 | |
---|
14 | <xsl:variable name="section.autolabel">1</xsl:variable> |
---|
15 | |
---|
16 | <xsl:variable name="bibliography.collection">lambda_bib.xml</xsl:variable> |
---|
17 | |
---|
18 | |
---|
19 | </xsl:stylesheet> |
---|
Note: See
TracBrowser
for help on using the repository browser.