File: imagination.xsl

package info (click to toggle)
imagination 3.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,460 kB
  • sloc: ansic: 12,955; sh: 4,166; makefile: 376; xml: 61
file content (13 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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="http://docbook.sourceforge.net/release/xsl/current/html/onechunk.xsl"/>

<!-- Use stylesheet -->
<xsl:param name="html.stylesheet" select="'../imagination.css'"/>

</xsl:stylesheet>