Last change
on this file since 58268 was 57587, checked in by vboxsync, 9 years ago |
doc/manual: export some missing files
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
831 bytes
|
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="@VBOX_PATH_DOCBOOK@/html/docbook.xsl"/>
|
---|
6 |
|
---|
7 | <xsl:import href="@VBOX_PATH_MANUAL_SRC@/common-formatcfg.xsl"/>
|
---|
8 | <xsl:import href="@VBOX_PATH_MANUAL_SRC@/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:stylesheet>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.