File: handbook.xsl

package info (click to toggle)
qbrew 0.4.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,900 kB
  • sloc: cpp: 7,500; sh: 414; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (5)
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'
  xmlns="http://www.w3.org/TR/xhtml1/transitional"
  exclude-result-prefixes="#default">
  
  <!--  <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl"/> -->
  <xsl:import href="/usr/local/share/xsl/docbook/html/chunk.xsl"/>

  <!-- Parameter overrides -->
  <xsl:variable name="root.filename" select="'index'"/>
  <xsl:variable name="use.id.as.filename">1</xsl:variable>
  <xsl:variable name="generate.legalnotice.link">0</xsl:variable>
  <xsl:variable name="css.decoration">1</xsl:variable>
</xsl:stylesheet>