View Single Post
Unread 08-02-2007, 06:33 PM
bcarl314 bcarl314 is offline
Senior Member
Join Date: Aug 2007
Posts: 141
  #1  
Default problems Parsing XML in javascript (esp. if empty nodes can show up)

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...
Reply With Quote