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 Wednesday, 9 January 2002 13:59:14 UTC