Re: Using '-' and ':' in a token
Posted By:
Monty_Zukowski
Posted On:
Wednesday, March 13, 2002 06:29 AM
Your ID rule must have the '-' and ':' in it. What happens is that the ID is matched and at the end of the rule it is compared to the literal table. If it's in the literal table the type is changed. Obviously if you aren't matching '-' and ':' in your ID rule then you don't have the whole token when you are doing the lookup in the literals table.