Parsing RSS with XML DAT

Hello, I’ve watched 2 videos on how to use the XML DAT - indeed I was able to replicate the functionality of the tutorial for the vimeo feed. However, I seem to be at a loss on how to grep out the information from a wordpress blog.

For instance this (randomly chosen) feed: [url]http://www.hermanmiller.com/discover/feed/[/url]

Say I simply want to extract all the titles in the feed. After fetching the feed with a WEB DAT, I can see all the tags, so using XML DAT I entered ‘title’ for the ‘parent text’ parameter. This only seemed okay except it’s only returning the first two occurrences.

Oddly, using [url]<![CDATA[CNN.com - RSS Channel - HP Hero]]> using the same methods as above gives me what I’m after. Is this a problem with wordpress formatting or am I missing something with XML DAT usage?