Re: Bug in syntax for HexDigits

Thanks Norman.  This will be fixed in the next draft.  -s

public-qt-comments-request@w3.org wrote on 10/17/2003 12:13:30 PM:

> 
> Syntax rule [23] is 
> 
> HexDigits ::= [0-9] | [a-f] | [A-F]+ 
> 
> That should be 
> 
> HexDigits ::= ([0-9] | [a-f] | [A-F])+ 
> 
> 
------------------------------------------------------------------------------------
> Norman Cohen
> Pervasive Infrastructure/Synchronization and Messaging
> IBM T.J. Watson Research Center, Hawthorne, NY
> http://www.research.ibm.com/people/n/ncohen

Received on Tuesday, 21 October 2003 12:28:24 UTC