I'm curious if this is possible at all since a "select * from html" query only returns the body of the document.
+1
A:
Finally found the answer. (EDIT : thanks to Salathe on the YQL forums!)
select * from html where url="http://stackoverflow.com" and xpath='/html/head/title'
Franck
2010-02-27 21:01:57
Happy to help :)
salathe
2010-03-09 19:19:19
Thanks again :)
Franck
2010-04-11 21:41:45