|
|
Hi,
Is there a way to find number of nodes in a given xml in camel using spring.
For Eg: We have the following xml:
<order> <item>1</item> <item>2</item> <item>3</item> </order>
I want to know the number of item tags in order tag and store it in header name say itemCount.
I am using camel 2.8.0
Is this possible?
Thanks,
Deepthi
|