Last change
on this file since 85919 was 73276, checked in by vboxsync, 6 years ago |
doc/manual: Big build system overhaul, because the use of entities and catalogs eliminates the need to have placeholders in XML which previously needed separate preprocessing. Many cleanups, including replacing almost all pattern rules (since their dependencies had to be too generous) and using defines instead. Also integrated many cleanups for the user manual text (which needs careful review, couldn't check yet if it uses any additional tags which some of our XSLT would ignore).
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
---|
3 |
|
---|
4 | <!-- Single html file template -->
|
---|
5 | <xsl:import href="html/chunk.xsl"/>
|
---|
6 |
|
---|
7 | <xsl:import href="common-formatcfg.xsl"/>
|
---|
8 | <xsl:import href="common-html-formatcfg.xsl"/>
|
---|
9 |
|
---|
10 | <!-- Adjust some params -->
|
---|
11 | <xsl:param name="draft.mode" select="'no'"/>
|
---|
12 | <xsl:param name="suppress.navigation" select="1"></xsl:param>
|
---|
13 | <xsl:param name="header.rule" select="0"></xsl:param>
|
---|
14 | <xsl:param name="abstract.notitle.enabled" select="0"></xsl:param>
|
---|
15 | <xsl:param name="footer.rule" select="0"></xsl:param>
|
---|
16 | <xsl:param name="css.decoration" select="1"></xsl:param>
|
---|
17 | <xsl:param name="html.cleanup" select="1"></xsl:param>
|
---|
18 | <xsl:param name="css.decoration" select="1"></xsl:param>
|
---|
19 |
|
---|
20 | <xsl:param name="generate.toc">
|
---|
21 | appendix toc,title
|
---|
22 | article/appendix nop
|
---|
23 | article toc,title
|
---|
24 | book toc,title,figure,table,example,equation
|
---|
25 | chapter toc,title
|
---|
26 | part toc,title
|
---|
27 | preface toc,title
|
---|
28 | qandadiv toc
|
---|
29 | qandaset toc
|
---|
30 | reference toc,title
|
---|
31 | sect1 nop
|
---|
32 | sect2 nop
|
---|
33 | sect3 nop
|
---|
34 | sect4 nop
|
---|
35 | sect5 nop
|
---|
36 | section nop
|
---|
37 | set toc,title
|
---|
38 | </xsl:param>
|
---|
39 |
|
---|
40 |
|
---|
41 | </xsl:stylesheet>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.