Issue with XPath expression when doing looping

  • Thread starter Thread starter Dan2890
  • Start date Start date
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...
 
Back
Top