Ok, this works perfectly. Thanx. :)
______________________________________________________________________
PÔVODNÁ SPRÁVA
Od: "Ross Gardler" <[EMAIL PROTECTED]>
Pre: [email protected]
Predmet: Re: additional resources for plugins (was Re: problem)
Dátum/Čas: 28. 7. 2005 13:27:23
That is why you get the error you reported previously (remember I said I
was assuming it was XML)
> #JSGF V1.0;
> grammar simpleNav;
> <number> = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
> 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 ;
> public <simpleNav> = go back {$ = 'back'} | go to next {$ = 'next'} |
> <number> {$ = $$};
>
> Which serialization I should use?
You don't serialise no XML sources, you need to replace the generator
and serialiser in your match with <map:read src="..."/>
Ross