I've been looking around for a while and have found things close to but not what I'm looking for.
I'm try to take this XML:
<?xml version="1.0"?>
<document name="New Document">
<url>http://nsc-component.webs.com/Office/Editor/new-doc.html?docname=New+Document&titletype=Title&fontsize=9&fontface=Arial&spacing=1.0&text=&wordcount3=0</url>
</document>
I know it's not valid, it's just an example
And make it into a JavaScript array that writes it like so:
<a href="URL-TAG-VALUE">NAME ATTRIBUTE HERE</a>
For each <document> tag
Can anyone help?