Re: Node count in camel

2013-08-16 Thread dalewking
/order/item) -- View this message in context: http://camel.465427.n5.nabble.com/Node-count-in-camel-tp5716946p5737422.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Node count in camel

2012-08-08 Thread Deepthi
Thanks Michal. This works. -- View this message in context: http://camel.465427.n5.nabble.com/Node-count-in-camel-tp5716946p5716999.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Node count in camel

2012-08-07 Thread michal.warecki
If you want to store count result in header, why you use filtering? This should work: count(/order/item) -- View this message in context: http://camel.465427.n5.nabble.com/Node-count-in-camel-tp5716946p5716966.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Node count in camel

2012-08-07 Thread Deepthi
Hi Michal, I am trying to give in the following manner: count(/order/item) It is not working. Where am i going wrong? -- View this message in context: http://camel.465427.n5.nabble.com/Node-count-in-camel-tp5716946p5716958.html Sent from the Camel - Users mailing list archive at

Re: Node count in camel

2012-08-07 Thread michal.warecki
There is "count" function in XPath. As I know Saxon can handle this function. -- View this message in context: http://camel.465427.n5.nabble.com/Node-count-in-camel-tp5716946p5716948.html Sent from the Camel - Users mailing list archive at Nabble.com.

Node count in camel

2012-08-07 Thread Deepthi
this message in context: http://camel.465427.n5.nabble.com/Node-count-in-camel-tp5716946.html Sent from the Camel - Users mailing list archive at Nabble.com.