Skip to content

jrobertson/xml_row_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Attempts to find repeating rows in XHTML and returns the associated xpath.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages