Just loop through the array like you would any other array. See that zero? It can be a variable, too.
for (var i = 0; i < xmlOptions[0].getElementsByTagName('salary').length; i++)
{
document.write(xmlOptions[0].getElementsByTagName('salary')[i]);
}
stymiee
He's No Good To Me Dead
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38