I made a change to Kid so that matches work their way up the inheritance chain (which did actually involve continuing to process match rules after one matched). I would've thought that change would have taken care of this as well, but apparently not.
Kevin On 11/10/05, Tracy Ruggles <[EMAIL PROTECTED]> wrote: > > I remember asking about this awhile back, maybe in July, and Ryan > mentioned a specific method to call within a match block so that kid > will continue to process any other match definitions. I did a search > through the kid-discuss sf.net mail archives but just can't find it... > > --Tracy > > On Nov 9, 2005, at 8:37 PM, Kevin Dangoor wrote: > > > I've noticed this behavior as well. I have a theory on this... my > > theory is that once the body match in the master template takes > > effect, the match you have defined for in the body is not run. I'd > > call this a bug, myself. > > > > Kevin > > > > On 11/9/05, FooManChu <[EMAIL PROTECTED]> wrote: > >> > >> I've recently been experimenting with KID templates and have been > >> having troubles. > >> > >> I like how the templates are setup from the quickstart which is also > >> documented here: > >> http://lesscode.org/projects/kid/wiki/LayoutTemplateRecipe > >> > >> Having some trouble adding my own match tempaltes to it though: > >> > > -- > Tracy S. Ruggles, Axiomfire > [EMAIL PROTECTED] > w) 512-637-0992 > c) 512-576-8270 > http://www.axiomfire.com > > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

