Re: [digester] using xpath to select nodes

2006-02-10 Thread Simon Kitching
On Thu, 2006-02-09 at 21:52 -0800, Craig McClanahan wrote: No. None of the rule-matching implementations support XPath expressions. It would also likely require some pretty fundamental architectural changes, since Digester uses a SAX parser underneath the covers (and never

[digester] using xpath to select nodes

2006-02-09 Thread Valerio Schiavoni
Hello, i have this kind of xml i want to parse: pageclass name='news' page pageid=33 metadata name=title a title /metadata metadata name=remoteURL a url /metadata /page /pageclass pageclass name='other' page pageid=xx