Warning, /sdk/pology/util/docbook-html-chapters.xsl is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 0003 0004 <xsl:import href="@CONFIG_DBXSLDIR@/html/chunk.xsl"/> 0005 <xsl:import href="docbook-html-common.xsl"/> 0006 0007 <xsl:param name="base.dir">html/</xsl:param> 0008 <xsl:param name="chunker.output.encoding">UTF-8</xsl:param> 0009 0010 <!-- Chunk on the level of chapters. --> 0011 <xsl:param name="chunk.section.depth" select="0"/> 0012 0013 <!-- Do not output chunking progress. --> 0014 <xsl:param name="chunk.quietly" select="1"/> 0015 0016 <!-- Use section IDs for chunked HTML file names. --> 0017 <xsl:param name="use.id.as.filename" select="1"/> 0018 0019 </xsl:stylesheet>