sathish316 / scrapify

ScrApify is a library to build APIs by scraping static sites and use data as models or JSON APIs. It powers APIfy which is used to create JSON APIs from any html or wikipedia page
http://apify.heroku.com/resources
143 stars 16 forks source link

Convert scraped HTML content to XML #31

Closed sathish316 closed 11 years ago

sathish316 commented 12 years ago

Jsonify acts as Rack middleware that converts scraped HTML content to JSON.

https://github.com/sathish316/scrapify#json-api-rack-application-example

Implement similar utility to convert scraped HTML to XML.