Error: missing category comment for xsl:param

"R. Bijlsma" <[email protected]>
Newsgroups gmane.org.w3c.xsl-editors
Message-ID <[email protected]>
   Dear xsl editors,

   I found an error that is not mentiond in the errata in the following
document:

XSL Transformations (XSLT)
Version 1.0
W3C Recommendation 16 November 1999


   The error is a missing Category: instruction comment in the 
   following part:

---------------------------------------------------------------------------------------------------
<!-- Category: top-level-element -->
<xsl:param
  name = qname
  select = expression>
  <!-- Content: template -->
</xsl:param>
---------------------------------------------------------------------------------------------------

   I conclude this from the following statement, which is in the same
document:

'As well as being allowed at the top-level, both xsl:variable and
xsl:param are also allowed in templates.'


   For xsl:variable, for which the same holds, according to above statement,
   the instruction comment is present, confirming that it should be also
present in the piece  about xsl:param.

---------------------------------------------------------------------------------------------------
<!-- Category: top-level-element -->
<!-- Category: instruction -->
<xsl:variable
  name = qname
  select = expression>
  <!-- Content: template -->
</xsl:variable>
---------------------------------------------------------------------------------------------------

   Best Regards,
                           Rita Bijlsma
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.