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

Re: XMLModel - Getting fields out of xml-table

$
0
0

Thank you, Maksim, it works :-)

I replaced the tanum in


$(ltap).children().map(function(i, tanum){ 

  arr[tanum.localName] = ($(tanum).text()); 

});


with 'field':

$(ltap).children().map(function(i, field){ 

  arr[field.localName] = ($(field).text()); 

});


because it works for all fields :-)


Viewing all articles
Browse latest Browse all 2800

Trending Articles



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