|
xpath question
I'm using xpath expression for retrieve data from xml in java.
I'm able to use simple xpath queries and get results. Now I want to use xpath functions such as count, add,sub, etc.
can you tell me how to invoke the xpath functions from java?
thank you
|