Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3116

Re: XMLModel - Getting fields out of xml-table

$
0
0
var data = [];  $(oModel.getData().documentElement).find("LTAP").map(function(i, ltap){
var arr = data[i] = [];  $(ltap).children().map(function(i, tanum){  arr[tanum.localName] = ($(tanum).text());  });  });

 

data[0].TANUM


Viewing all articles
Browse latest Browse all 3116

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>