On Wed, Dec 31, 2008 at 11:33 AM, esquifit <[email protected]> wrote: > Yahoo! has launched a service (YQL) that makes possible to get a well-formed > XML document from any publicly accessible web page, even if the page uses > HTML instead of XHTML. Furthermore, one can fetch only a portion of the xml > by specifying an xpath selector.
Interesting hack, though their HTML parser doesn't seem to do a very good job. It fails for even some w3c valid HTML like http://www.lysator.liu.se/~jhs/test-ml.html when I test it at their http://developer.yahoo.com/yql/console/ console (query: select * from html where url="http://johan.dev.mashlogic.com/test/index.html"). -- / Johan Sundström, http://ecmanaut.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en -~----------~----~----~----~------~----~------~--~---
