0.0
No release in over a year
Attempts to find repeating rows in XHTML and returns the associated xpath.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.6.0, ~> 0.6
 Project Readme

Introducing the xml_row_finder gem

require 'xml_row_finder'

s = "
<body>
  <p>testing</p>
  <rows id='r00'>
    <row id='a123'>a 123<span></span></row>
    <row id='b123'>b 123<span></span></row>
  </rows>
</body>"


XMLRowFinder.new(s).to_a #=> ["body/rows[@id='r00']/row[span]"] 

Resources

xml rows row finder xmlrowfinder xpath table recordset