Re: FW: What's wrong with this?

Thank you for replying.
Still,i found that,in 4.2.1 Literals :
[201] IntegerLiteral::=Digits 
^^^^^
but the same production in Xquery document is :
[167] IntegerLiteral::=Digits
^^^^^
And also the same is labeld [97] in Formal Semantics Appendix as this:
[97] IntegerLiteral::=Digits
^^^^^
So i'm confused when i want to implement my lexer and core grammer mapping 
automaton.
You said that the first one is in core grammar and the second one is in 
full grammar.But how about the third one?
Should i rely on the FS Appendix:the normalized core grammar,or as the 
first one in the main text?
Thanks before.

Phenix Shieh

_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger:
http://messenger.microsoft.com/cn

Received on Wednesday, 3 April 2002 20:40:01 UTC