[YQL] Parse Pixnet
Chunghe 推薦的 xpath toturial
http://www.zvon.org/xxl/XPathTutorial/Output/example1.html
http://www.slideshare.net/cheilmann/open-hack-london-introduction-to-yql?type=presentation
select * from flickr.photos.info where photo_id in (select id from flickr.photos.search where woe_id in (select woeid from geo.places where text = ‘london,uk’) and license=4)
http://github.com/spullara/yql-tables/tree/master 這個好阿
@article
select * from html where url=”http://sunnyc.pixnet.net/blog/post/23548737”
and xpath=’//div[@class="article-content"]/*’
@article list
select * from html where url=”http://sunnyc.pixnet.net/blog/listall/1”
and xpath=’//div[@class="main-list"]/table/tr/*’
@murmur
select * from html where url=”http://sunnyc.pixnet.net/blog/murmur”
and xpath=’//div[@id="murmur-list"]/table/tr’