File: html.xsl

package info (click to toggle)
debian-edu-doc 2.12.27
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 66,620 kB
  • sloc: xml: 26,777; sh: 228; perl: 117; makefile: 87
file content (15 lines) | stat: -rw-r--r-- 777 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">
  <xsl:import
    href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
  <xsl:param name="chunk.section.depth">0</xsl:param>
  <xsl:param name="section.autolabel">1</xsl:param>
  <xsl:param name="section.label.includes.component.label">1</xsl:param>
  <xsl:param name="use.id.as.filename">1</xsl:param>
  <!-- Restore previous default value with openjade -->
  <xsl:param name="autotoc.label.in.hyperlink" select="0"></xsl:param>
  <xsl:param name="toc.section.depth">3</xsl:param>
  <xsl:param name="generate.css.header" select="1"></xsl:param>
  <xsl:param name="custom.css.source">../common/edu.css.xml</xsl:param>
</xsl:stylesheet>