search for: just_rows

Displaying 1 result from an estimated 1 matches for "just_rows".

2007 Feb 07
2
Quick XPath question (REXML)
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 <tr> elements in the document): just_rows = xml.elements["//tr[starts_with(@id, ''xdgDataRow_grid_container_'')]"] shouldn''t just_rows contain _all_ of the <tr> elements whose id attributes start_with "xdgDataRow_grid_container_"? It''s only getting the first one. Do I need to a...