PDA

View Full Version : problems Parsing XML in javascript (esp. if empty nodes can show up)


bcarl314
08-02-2007, 06:33 PM
Hello All, I just realized some xml nodes returned by my AJAX could be empty, and it will stop the script since there is no nodeValue in below script. Any easier way to do this without checking each node... I have to resort for each node to do an if else...