Skip to content

Instantly share code, notes, and snippets.

@fjunior87
Created June 6, 2011 13:09
Show Gist options
  • Save fjunior87/1010212 to your computer and use it in GitHub Desktop.
Save fjunior87/1010212 to your computer and use it in GitHub Desktop.
* Fonte a Jorrar- select * from rss where url='http://fonteajorrar.blogspot.com/feeds/posts/default?alt=rss'
* Biblia Online - select * from html where url="http://www.bibliaonline.com.br/" and xpath='/html/body/p[@class="ot verse" or @class="nt verse"]'
select * from html where url="http://www.bibliaonline.com.br/" and xpath="/html/body/p[@class=\'ot verse\']"
select * from html where url="http://www.bibliaonline.com.br/" and xpath="/html/body/p[@class=\'nt verse\']"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment