XML Parser for JavaScript - xml2array()

xml2array() Demos...

Parse the content of this site's RSS feed -
Parse my software database's XML file -
Parse this site's sitemap file - this is kinda big - around 600 lines -

loading...

Parse Results

Test area

Try to access elements of the array using commands like...


alert(arr['rss']['channel']['title']);
alert(dump(arr['rss']['channel']['item'][0]));
new_arr = parseFile('rss.xml');
...

blog comments powered by Disqus