- From: Jeni Tennison <jeni@jenitennison.com>
- Date: Wed, 9 Jan 2002 18:58:17 +0000
- To: xsl-editors@w3.org
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