Question

I'm curious if this is possible at all since a "select * from html" query only returns the body of the document.

Was it helpful?

Solution

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'
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top