2006-06-08 14:45:14 +00:00
|
|
|
<?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/chunk.xsl"/>
|
|
|
|
|
|
|
|
<!-- Use stylesheet -->
|
|
|
|
<xsl:param name="html.stylesheet" select="'geany.css'"/>
|
2006-07-17 12:33:10 +00:00
|
|
|
<xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
|
2006-06-08 14:45:14 +00:00
|
|
|
|
|
|
|
</xsl:stylesheet>
|
|
|
|
|