Re: [Digester] New rules

2004-03-08 Thread robert burrell donkin
On 7 Mar 2004, at 20:15, Simon Kitching wrote: snip How about we start a Wiki page where these ideas can be jotted down for later reference? that sounds like a fine plan but probably it needs to be in the new wiki (rather than the old). might take a little time to set this up. (let me know if

Re: [Digester] New rules

2004-03-07 Thread Simon Kitching
On Sun, 2004-03-07 at 11:37, robert burrell donkin wrote: On 4 Mar 2004, at 07:59, Jörg Schaible wrote: Simon Kitching wrote on Wednesday, March 03, 2004 11:54 PM: snip In some ways it's nice, because it is obvious to users, but of course every rule added to Digester increases the

Re: [Digester] New rules

2004-03-06 Thread robert burrell donkin
On 4 Mar 2004, at 07:59, Jörg Schaible wrote: Simon Kitching wrote on Wednesday, March 03, 2004 11:54 PM: snip In some ways it's nice, because it is obvious to users, but of course every rule added to Digester increases the jar size, the API complexity, and the maintenance load. Will this be

RE: [Digester] New rules

2004-03-04 Thread Jörg Schaible
Simon Kitching wrote on Wednesday, March 03, 2004 11:54 PM: On Thu, 2004-03-04 at 11:11, robert burrell donkin wrote: On 3 Mar 2004, at 08:41, Jörg Schaible wrote: Hi folks, what about adding new rules to digester? In my project I have two rules I can share: 1) AddToMapRule Ctors:

[Digester] New rules

2004-03-03 Thread Jörg Schaible
Hi folks, what about adding new rules to digester? In my project I have two rules I can share: 1) AddToMapRule Ctors: AddToMapRule(int stackPosition, String key) AddToMapRule(Map map, String key) The rule will peek the top level element of the stack and put it into a map. The map can

Re: [Digester] New rules

2004-03-03 Thread robert burrell donkin
On 3 Mar 2004, at 08:41, Jörg Schaible wrote: Hi folks, what about adding new rules to digester? In my project I have two rules I can share: 1) AddToMapRule Ctors: AddToMapRule(int stackPosition, String key) AddToMapRule(Map map, String key) The rule will peek the top level element of

Re: [Digester] New rules

2004-03-03 Thread Simon Kitching
On Thu, 2004-03-04 at 11:11, robert burrell donkin wrote: On 3 Mar 2004, at 08:41, Jörg Schaible wrote: Hi folks, what about adding new rules to digester? In my project I have two rules I can share: 1) AddToMapRule Ctors: AddToMapRule(int stackPosition, String key)