Project

dataisland

0.0
No commit activity in last 3 years
No release in over 3 years
Transforms an HTML page containing XML data islands (a Microsoft Internet Explorer 5.0 like feature) to HTML.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.8, >= 1.8.27
~> 1.1, >= 1.1.3
 Project Readme

#Introducing the dataisland gem

The dataisland gem outputs HTML with tables, or lists rendered from the embedded Dynarex, or Polyrex dataisland element attributes. e.g.

require 'dataisland'

url = 'http://jamesrobertson.eu/health/index.html'
dataisland = DataIsland.new(url)
dataisland.html_doc.xml pretty: true

The DataIsland gem is based on DynarexJS.