I m curious if this is possible at all since a "select * from html" query only returns the body of the document.
I need to use YQL (Yahoo Query Language) to perform a cross domain ajax request then bind the XML response into a JSON object and retrieve a value from the XML. The link shows how this is done ...