Hi

Can I use attribute value as a constraint in a pattern for Digester?

For example

<addressBook>
    ...
    <contact>
        <phone type='home'>00000000</phone>
        <phone type='work'>99999999</phone>
    </contact>
    ...
</addressBook>

I would like to use pattern to match home phone only. Something like
"contact/pho...@type='home']".

------
Evgeny

Thanks

Reply via email to