Change DocBook XSL parameters for HTML output to use numbered sections
(like it was before we switched from SGML to XML) and to use just the
numbers in cross references, rather than number and/or title.
<xsl:param name="html.stylesheet">comedilib.css</xsl:param>
<xsl:param name="funcsynopsis.style">ansi</xsl:param>
<xsl:param name="function.parens" select="1"/>
+ <xsl:param name="section.autolabel" select="1"/>
+ <xsl:param name="xref.with.number.and.title" select="0"/>
</xsl:stylesheet>