html.chunked.xsl 452 B

12345678910111213
  1. <?xml version='1.0'?>
  2. <xsl:stylesheet
  3. xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  4. <!-- Generate chunked output when building all the documentation -->
  5. <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
  6. <!-- Commmon XHTML customization -->
  7. <xsl:import href="html.common.xsl"/>
  8. <!-- Chunking -->
  9. <xsl:param name="use.id.as.filename">yes</xsl:param>
  10. </xsl:stylesheet>