Add a rule with */b as a path Mvgr, Martin
On Wed, 2002-10-16 at 20:11, [EMAIL PROTECTED] wrote: > Hey everyone, > > I just discovered the Digester yesterday and I love it so far! The only problem I >have is handling recursively nested tags. As an example, let's say you have this XML >Doc: > > <a> > <b> > <b /> > <b /> > <b /> > </b> > <b /> > </a> > > a is the root element and can have 1 or more b elements. Each b element can in turn >have children. I want the same behavior for each b element, but I want to ensure >that the b element is inside an a element. I tried using a pattern like "a/*/b" but >that doesn't seem to work. Any suggestions? > > -Mike Finkel > [EMAIL PROTECTED] > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>