File: tulip-html.xsl

package info (click to toggle)
tulip 3.7.0dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 39,428 kB
  • sloc: cpp: 231,403; php: 11,023; python: 1,128; sh: 671; yacc: 522; makefile: 315; xml: 63; lex: 55
file content (15 lines) | stat: -rwxr-xr-x 815 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
    <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
    <xsl:param name="html.stylesheet" select="'../../common/tulip-default.css'"/>
    <xsl:param name="use.extensions" select="0"/>
    <xsl:param name="use.callouts" select="1"/>
    <xsl:param name="callout.graphics.path" select="'../../common/'"/>
    <xsl:param name="generate.toc" select="'book toc,title chapter toc,title'"/>
    <xsl:param name="section.label.includes.component.label" select="0"/>
    <xsl:param name="section.autolabel" select="1"/>
    <xsl:param name="section.autolabel.max.depth" select="1"/>
    <xsl:param name="base.dir" select="'html/'"/>
    <xsl:param name="img.src.path" select="'../'"/>
</xsl:stylesheet>