Tried with the expression you provided below, I got the same exception.

maomaode wrote:
Hi,

Try XPath:  //country[id='3']
that said, try Iterator<State> it = (Iterator<State>) ctx.iterate("//country[id = ' + 3 + "']");


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




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

Reply via email to