Re: [OT] Complicated Digester Rules [ RE: Common Chain 1.0 and Struts Chain ]

2004-12-10 Thread Hubert Rabago
On Fri, 10 Dec 2004 09:30:49 -0800, Craig McClanahan <[EMAIL PROTECTED]> wrote: > * I want to be able to define "alias" elements for commands that are used > a lot, so I don't have to specify the FQCN on every one of them. For > example, > the following element (from the unit tests): >

Re: [OT] Complicated Digester Rules [ RE: Common Chain 1.0 and Struts Chain ]

2004-12-10 Thread Craig McClanahan
Here's an informal description of what that ruleset is about. Informally, we want to be able to parse things like: ... ... ... ... With a few extra wrinkles: * I want to be able to substitute the names of

[OT] Complicated Digester Rules [ RE: Common Chain 1.0 and Struts Chain ]

2004-12-10 Thread Pilgrim, Peter
> -Original Message- > From: Niall Pemberton [mailto:[EMAIL PROTECTED] > > Also in jakarta news > > http://jakarta.apache.org/site/news/news-2004-2ndHalf.html > > and its listed in the "Releases" section on the Commons Chain site: > > http://jakarta.apache.org/commons/chain/ > ===