You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/doc/docbook/html.chunked.xsl

14 lines
451 B

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