trunk/resources/doc/styles/html.xsl
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 08 Apr 2008 19:47:42 +0000
changeset 0 5057afe1ec87
permissions -rw-r--r--
Initial import from CVS

<?xml version="1.0" encoding="ISO-8859-2" ?>
<xsl:stylesheet 
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	xmlns="http://www.w3.org/1999/xhtml"
	version="1.0">
	<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/chunk.xsl"/>
	<!--<xsl:variable name="lang-attr">cs</xsl:variable>-->
	<xsl:variable name="default.encoding">ISO-8859-2</xsl:variable>
	<xsl:variable name="output.method">xml</xsl:variable>
	<xsl:variable name="html.stylesheet">docbook.css</xsl:variable>
	<xsl:variable name="table.borders.with.css" select="1"/>
	<xsl:variable name="html.ext" select="'.html'"/>
	<xsl:variable name="html.cellpadding" select="'5'" />
	<xsl:variable name="section.autolabel" select="1" />
	<xsl:output method="xml"
		indent="yes"
		encoding="UTF-8" />
	
</xsl:stylesheet>