You must select a single node to be able to do this.
var xmlItems = LsdbCommand("LSDB.sp-get-contractlistitem", {"UIDEXECONTRLISTITEM":PageParams1.Scenario[i]}).selectSingleNode("qrySel");
Then you can get the data using the getAttribute function by passing the column name.
xmlItems.getAttribute("UIDCONTRACT")
Hi Steve
ReplyDeleteThis is extremely helpful! Thanks for taking the time to post these snippets. If possible could you contact me please?