File: cdbs-doc-xhtml.xsl

package info (click to toggle)
cdbs 0.4.52
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,032 kB
  • ctags: 55
  • sloc: sh: 4,535; xml: 2,075; makefile: 157; perl: 64; python: 16; ansic: 7; java: 5
file content (14 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8" ?>
<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="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>

<xsl:variable name="use.extentions">1</xsl:variable>
<xsl:variable name="tablecolumns.extension">0</xsl:variable>
<xsl:variable name="html.stylesheet">cdbs-doc.css</xsl:variable>
<xsl:param name="graphic.default.extension">png</xsl:param>

</xsl:stylesheet>