Blame tcar-models-docs/Xsl/docbook2xhtml-single.xsl

Alain Reguera Delgado 77f9b4
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
Alain Reguera Delgado 77f9b4
Alain Reguera Delgado 77f9b4
    <xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl" />
Alain Reguera Delgado 77f9b4
Alain Reguera Delgado 77f9b4
    
Alain Reguera Delgado 77f9b4
    Add your customization below this comment. For more information
Alain Reguera Delgado 77f9b4
    about how to customize this section, read installed documentation
Alain Reguera Delgado 77f9b4
    at: /usr/share/doc/docbook-style-xsl-1.69.1/doc/html/index.html
Alain Reguera Delgado 77f9b4
    -->
Alain Reguera Delgado 77f9b4
Alain Reguera Delgado 77f9b4
    <xsl:param name="html.stylesheet">Css/stylesheet.css</xsl:param>
Alain Reguera Delgado 77f9b4
    <xsl:param name="section.autolabel" select="1"></xsl:param>
Alain Reguera Delgado 77f9b4
    <xsl:param name="section.label.includes.component.label" select="1"></xsl:param>
Alain Reguera Delgado 77f9b4
    <xsl:param name="admon.graphics" select="1"></xsl:param>
Alain Reguera Delgado 77f9b4
    <xsl:param name="admon.graphics.path">Images/</xsl:param>
Alain Reguera Delgado 77f9b4
    <xsl:param name="callout.graphics.path" select="'Images/'"></xsl:param>
Alain Reguera Delgado 77f9b4
Alain Reguera Delgado 77f9b4
</xsl:stylesheet>