All,
If I have the following (assume that xml contains a valid REXML Document
and that the root of the xml is way above any
document):
just_rows = xml.elements["//tr[starts_with(@id,
‘xdgDataRow_grid_container_’)]"]
shouldn’t just_rows contain all of the
attributes start_with “xdgDataRow_grid_container_”?
It’s only getting the first one. Do I need to add something to the
XPath to pull all of the
Thanks,
Wes