<?xml version="1.0" encoding="utf-8"?> 
<stylesheet_registry xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
   <version> 
    %   Copyright (c) 1997-2002 by The MathWorks, Inc. 
    %   $Revision: 1.5 $  $Date: 2002/04/19 02:31:12 $ 
    </version> 
   <stylesheet id="slbook-html" transformtype="html"> 
      <filename>$matlabroot/sys/namespace/docbook/v4/xsl/html/docbook_rptgen.xsl</filename> 
      <name>Simulink Book HTML stylesheet</name> 
      <description>Removes chapter and book tables of contents</description> 
      <xsl_code> 
         <xsl:variable name="chapter.autolabel" select="0"/> 
         <xsl:variable name="section.autolabel" select="0"/> 
         <xsl:variable name="section.label.includes.component.label" select="0"/> 
         <xsl:variable name="chapter.label.includes.component.label" select="0"/> 
         <xsl:variable name="generate.component.toc" select="0"/> <!-- "Chapter" --> 
         <xsl:variable name="generate.division.toc" select="0"/>  <!-- "Book" --> 
         <xsl:variable name="generate.section.toc" select="0"/>   <!-- "Sect1","Sect2",... --> 
         <xsl:variable name="spacing.paras" select="0"/> 
         <xsl:variable name="table.borders.with.css" select="1"/> 
         <xsl:variable name="callout.graphics" select='0'/> 
      </xsl_code> 
   </stylesheet> 
</stylesheet_registry>
