|
Revision 325
(checked in by lawouach, 3 years ago)
|
Documentation book source commit (step 1)
|
| Line | |
|---|
| 1 |
<?xml version='1.0'?> |
|---|
| 2 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
|---|
| 3 |
xmlns:fo="http://www.w3.org/1999/XSL/Format" |
|---|
| 4 |
xmlns:xi='http://www.w3.org/2001/XInclude' |
|---|
| 5 |
xmlns:exsl="http://exslt.org/common" |
|---|
| 6 |
version='1.0'> |
|---|
| 7 |
<xsl:include href="html.xsl"/> |
|---|
| 8 |
<xsl:param name="generate.toc"> |
|---|
| 9 |
book toc |
|---|
| 10 |
appendix toc |
|---|
| 11 |
</xsl:param> |
|---|
| 12 |
<xsl:param name="base.dir" select="''"/> |
|---|
| 13 |
<xsl:param name="suppress.navigation">1</xsl:param> |
|---|
| 14 |
</xsl:stylesheet> |
|---|