readme.xsl 575 B

1234567891011121314
  1. <?xml version='1.0'?>
  2. <xsl:stylesheet
  3. xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  4. <!-- Produce a single file when building parts of documentation -->
  5. <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
  6. <!-- Import plain-text customization -->
  7. <xsl:import href="txt.xsl"/>
  8. <xsl:param name="section.autolabel">1</xsl:param>
  9. <xsl:param name="section.label.includes.component.label">1</xsl:param>
  10. <xsl:param name="generate.toc">book toc,title,figure,table,example</xsl:param>
  11. </xsl:stylesheet>