r9734: Document idiosyncrasies of the individual backends and differences from CommonSQL.
[clsql.git] / doc / html.xsl
index eddc7c113f8b822228cf1404f63cd9bdbdb013f9..34c89fdad4f3eb805798b37218b3e3043ff82f8c 100644 (file)
@@ -2,8 +2,9 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0">
 
-<xsl:import href="chunk.xsl"/>
+<xsl:import href="docbook_html.xsl"/>
 <xsl:param name="use.id.as.filename" select="1"/>
+<xsl:output encoding="ISO-8859-1" method="html" />
 
 </xsl:stylesheet>