Hi All
I think i have tried everything. I just can't get the value out of my node. My node has the values, but i am unable to get the values.
I have tried:
XmlNode LevelOne;
Node>
<Name1>2003</Name1>
<Name2>20030630</Name2>
<Name3>20140225</Name3>
<Name4>46944000</Name4>
<Name5>94750099</Name5>
info(strfmt("%1",levelOne.text())); // GETS all the values
info(strfmt("%1",levelOne.selectSingleNode('Name1')));
//info(strfmt("%1", this.getXMLInteger("Name1", levelOne)));
//info(strfmt("%1",this.getXMLInteger("Name1", xmlNode)));
info(strfmt("%1",levelOne.text()));
//info(strfmt("%1", xmlNode.text()));
*This post is locked for comments
I have the same question (0)