All,
It is possible to update value of an xml attribute at a specific index in a repeating node using the XpathMutatorStream ?
For example the indexed xpath doesnt work with XpathMutatorStream .
/*/*/*[local-name()='ABC']/*[local-name()='Source'][1]/@ID ,but without the index it works fine /*/*/*[local-name()='ABC']/*[local-name()='Source']/@ID
Any suggestions please ? Thanks.


