Hi All,
I have an xml doc like this:
<order>
<testnode></testnode>
<price_2>4</price_2>
<testnode2></testnode2>
<price_5>9</price_5>
</order>
How can I make a query that give me sum of values from all nodes with "price" inside the node name ? In this example: 4 + 9 = 13
Thanks
Go to the complete details ...