Hi! Now, I am taking info from an xml feed, and I am making a list, however, not using the UGLY list component. I am using simply dynamic text for here. So when i do:
results.firstChild.firstChild.childNodes
I get the <item></item> stuff for all of my items and everything inbetween. However, I want to get the first child of the first child of each one, so it is dislayed like this:
item1title
item2title
etc.
However, it shows up undefined when using it after childNodes…
So, what do I do?