Re: Digester pattern with attribute

2009-02-05 Thread Евгений Антаев
That's right. Thank you, Rahul -- Evgeny On Wed, Feb 4, 2009 at 10:35 PM, Rahul Akolkar wrote: > On Wed, Feb 4, 2009 at 1:43 PM, Евгений Антаев wrote: > > Hi > > > > Can I use attribute value as a constraint in a pattern for Digester? > > > > For example > > > > > >... > > > >

Re: Digester pattern with attribute

2009-02-04 Thread Rahul Akolkar
On Wed, Feb 4, 2009 at 1:43 PM, Евгений Антаев wrote: > Hi > > Can I use attribute value as a constraint in a pattern for Digester? > > For example > > >... > > > > >... > > > I would like to use pattern to match home phone only. Something like > "

Digester pattern with attribute

2009-02-04 Thread Евгений Антаев
Hi Can I use attribute value as a constraint in a pattern for Digester? For example ... ... I would like to use pattern to match home phone only. Something like "contact/pho...@type='home']". -- Evgeny Thanks