- From: Kay, Michael <Michael.Kay@softwareag.com>
- Date: Thu, 10 Jan 2002 13:10:36 +0100
- To: "'Jeni Tennison'" <jeni@jenitennison.com>, xsl-editors@w3.org
Thanks for pointing out this error.
Mike Kay
> -----Original Message-----
> From: Jeni Tennison [mailto:jeni@jenitennison.com]
> Sent: 09 January 2002 18:58
> To: xsl-editors@w3.org
> Subject: Bug in Production [5] of XSLT 2.0 WD
>
>
> Hi,
>
> Production [5] of the XSLT 2.0 WD reads:
>
> PatternAxis ::= ('child' | 'attribute' | '@') '::'
>
> I think it should be:
>
> PatternAxis ::= (('child' | 'attribute') '::') | '@'
>
> Cheers,
>
> Jeni
> ---
> Jeni Tennison
> http://www.jenitennison.com/
>
Received on Thursday, 10 January 2002 07:10:42 UTC