added better support for article urls in PDF files
[mir.git] / doc / style / html.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
2     <xsl:import href="docbook-xsl-1.70.1/html/docbook.xsl"/>
3     <xsl:param name="html.stylesheet">mirdoc.css</xsl:param>
4     <xsl:param name="navig.showtitles">1</xsl:param>
5     <xsl:param name="section.autolabel" select="1"/>
6     <xsl:param name="section.label.includes.component.label" select="1"/>
7 </xsl:stylesheet>