def6054 0 Newbie Poster

I am trying to create a webpage that grabs the rss feed from http://www.paintballtree.com/rss/videos/newest. I have the code that gets the page and I can access all parts of the items using

getElementsByTagName(' element ')[0].firstChild.nodeValue;

however, I cannot access getElementsByTagName(' description ')[0].firstChild.nodeValue;
which is the most important part. It keeps coming up as blank or a text node. I have no idea what I am doing wrong.