Simon Kitching wrote:

XPath isn't supported, but the method
   digester.addCallParam(pattern, index, attributeName)
should do the job, eg
   digester.addCallParam("uda", 2, "type");
will pass the value of the "type" attribute on the node matched by the
pattern "uda" as the third parameter.

That's exactly what I needed! I must have missed that overloaded form of addCallParam (looking too hard for attribute-specific methods!). Thanks a lot Simon.



Erik



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to