Hi,
I took a fresh view on the problem this morning and I noticed that I was rushing a bit too hard using the
htmlstring table for wrapping *
xml* data into a string. So I created a new table "xmlstring" (in the code it boiled down to changing the mime type) and that seems to work.
http://y.ahoo.it/AlXl4use 'https://raw.github.com/vicmortelmans/yql-tables/master/data/xmlstring.xml' as xmlstring; select * from xmlstring where url='http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20xml%20where%20url%3D%27http%3A%2F%2Fstackoverflow.com%2Ffeeds%2Fquestion%2F2671143%27%20and%20itemPath%3D%27feed.entry%27'
Here's some brief documentation for the table:
https://docs.google.com/document/pub?id=1ATBRllWB72-ZirrcrEXHZsjGg2ublp1dRTqUjmi4ibA
A pull request to yql/yql-tables has been submitted.
Regards,
Vic