search for: xdgdatarow_grid_container_

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

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 add something to the XPath to pull all of the <tr> elements under the root?...