File: html-chunk.xsl

package info (click to toggle)
doc-base 0.11.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: perl: 1,582; xml: 1,114; makefile: 195; sh: 96
file content (16 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>

<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:include href="common.xsl"/>

  <xsl:output method="html" encoding="UTF-8"/>

  <xsl:param name="use.id.as.filename">1</xsl:param>

  <xsl:param name="chunk.section.depth">0</xsl:param>
  <xsl:param name="chunker.output.indent">yes</xsl:param>
  <xsl:param name="chunker.output.encoding" select="'utf-8'"/>

</xsl:stylesheet>