- From: R. Bijlsma <R.Bijlsma@xs4all.nl>
- Date: Sun, 30 Oct 2005 16:25:04 +0000
- To: xsl-editors@w3.org
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
Received on Monday, 31 October 2005 01:47:08 UTC