Grammar Kitchen Issue (NK4.0.2)

Poster Content
nk4um User
Posts: 79
February 22, 2010 13:23NK4.0.2 (updated as of 2/19/2010) on Windows XP
Grammar:

<grammar>
    <group>
        res:/cogito/business/employee/
        <group name="employeeID"><regex type="alphanum"/></group>
        <regex type="anything"/>
    </group>
</grammar>

Target URI:
res:/cogito/business/employee/1234

Each time I parse this URI using the grammar above ever increasing white-pace is added.
nk4um Moderator
Posts: 485
February 22, 2010 11:36
Hi Jeremy, I can''t reproduce this. I remember the grammar kitchen used to have this issue for me but it was fixed a while back. What platform/browser are you using? And can you give me an example grammar?

Cheers, Tony
nk4um User
Posts: 79
February 18, 2010 16:57Grammar Kitchen Issue (NK4.0.2)
Every time I parse grammar it adds unnecessary white space between each of the elements. This makes iteratively building grammar a pain.