- From: Andrew Vyrros <av@zircus.com>
- Date: Fri, 30 Apr 1999 13:56:43 -0700
- To: xsl-editors@w3.org
Hi,
In the new XSLT spec, 6.1.2 gives the production for NodeTest:
> [6] NodeTest ::= WildcardName
> | NodeType '(' ')'
> | 'pi' '(' Literal ')'
The text says that the argument to pi() is optional, so shouldn't there be a
question mark in there?
> | 'pi' '(' Literal? ')'
Thanks,
--AV
Received on Friday, 30 April 1999 16:50:48 UTC