New version of xsltproc noticed missing <xsl:param/>. [RT #16632]

This commit is contained in:
Rob Austein 2007-01-26 21:32:35 +00:00
parent cc9f213621
commit b3ca0375b5

View file

@ -14,7 +14,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: isc-manpage.xsl.in,v 1.4.2.3 2005/09/12 00:07:03 marka Exp $ -->
<!-- $Id: isc-manpage.xsl.in,v 1.4.2.4 2007/01/26 21:32:35 sra Exp $ -->
<!-- ISC customizations for Docbook-XSL manual page generator. -->
@ -52,6 +52,7 @@
- disable chunking, and suppress output of .so files.
-->
<xsl:template name="write.text.chunk">
<xsl:param name="content"/>
<xsl:if test="substring($content, 1, 4) != '.so ' or
substring-after($content, '&#10;') != ''">
<xsl:call-template name="isc.no.blanks">