> I just checked in a patch that refactors Digester slightly.  There's a new
> Rules interface that you can implement (or subclass the default RulesBase
> class) to provide your own policies for selecting rules that
> match.  Simply create your own Rules implementation and register it by
> calling digester.setRules() before you start calling the rule adding
> methods.
> 
> Craig
> 

Many thanks. I tended to seek for some similar solution as I was
enlighted by the list that in general a complicated rule parser
would be an overkill.

incze

Reply via email to