File: html.xsl

package info (click to toggle)
zonecheck 2.0.4-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,416 kB
  • ctags: 1,177
  • sloc: ruby: 9,582; xml: 731; sh: 404; makefile: 71
file content (13 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version='1.0' encoding="utf-8"?>
<xsl:stylesheet  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  
                 version="1.0">
  
  <xsl:import href="/html/docbook.xsl"/>

  <xsl:param name="html.stylesheet"            select="'docbook.css'"/>
  <xsl:param name="shade.verbatim"             select="1"/>
  <xsl:param name="use.id.as.filename"         select="0"/>
  <xsl:param name="suppress.navigation"        select="1"/>
  <xsl:param name="chunk.tocs.and.lots"        select="1"/>
  <xsl:param name="generate.section.toc.level" select="0"/>
</xsl:stylesheet>