YQL returning duplicate results for title and dc:title

hellingerenaz

New Member
I am using YQL to parse multiple rss feeds. I have success getting YQL to return the XML for title,link,date but it also pulls in dc:title which makes for duplicate results. I have tried using dc:title but get a syntax error. Here's the YQL statement.\[code\] select title,link,description,date from rss where url in ( 'http://somerssfeed.com', 'http://somerssfeed.com') | sort(field="date", descending="true")\[/code\]What would be the correct syntax to use dc:title?Also, is it possible for YQL to rename dc:title in the xml output to just title?
 
Top