Hi, I need to do an update on a attribute in a Xindice database such that I retrieve the previous value, multiply it with a certain factor and write it back.
I know that there are variables in XUpdate which can be associate with values. But can they be associated with a set of values ? Is the above operation possible in a straightforward manner using XUpdate. I am able to do it using XPath, but this requires a number of operations involving a query, parse attribute value and finally write the document back. I wanted to know if this could be done better using XUpdate. Thank you in advance, Prajakta