Hi all,
I am trying to have a project load an XML project file and then be able to parse data from that XML data. So far so good it seems. I've read the manual, I've read all the XML tutorials, I've read up on XPATH. What I'd really like is if someone could could show me where I am wrong combining Construct 2 expressions with XPATH. Specifically, I am trying to call up the first string with a specific tag.
Here's my project
I am using the expression XML.StringValue("/rows/row/PowerName[1]") and I am immediately noticing two issues: Only the first word in the string is appearing, if I replace [1] with [2] nothing loads despite there being 3 items. A little help would be much appreciated.
Thanks!