Can anyone help? My code is:
xNode.setAttribute("select","company[$any$ contains(.//surname,'" + strconame + "')]"
;
Without the $any$ this compatres the first found element ignoring the rest. This is what I expected. I copied the above syntax but it does not work.
xNode.setAttribute("select","company[$any$ contains(.//surname,'" + strconame + "')]"
Without the $any$ this compatres the first found element ignoring the rest. This is what I expected. I copied the above syntax but it does not work.