D
Dan2890
Guest
Hi - I have below xpath expression shape. This works fine in the first loop, but while doing the second loop even this node value has data it is reading as empty.
What am I doing wrong. Please advise I am stuck
strXPath = System.String.Format("string(//*[local-name()='detail'][{0}]/*[local-name()='Description']/text())", intIndexCnt);
RH
Continue reading...
What am I doing wrong. Please advise I am stuck
strXPath = System.String.Format("string(//*[local-name()='detail'][{0}]/*[local-name()='Description']/text())", intIndexCnt);
RH
Continue reading...