EnTerr
11 years agoRoku Guru
Fetch by ID or CLASS attribute in roXML?
I find it usable (nay - enjoyable) how i can drill-down with dot-operator, say how
Is there some trick like this i can use to pin-point the element with certain ID attribute? Other than manually twiddling through the whole tree?
? xml.body.article.section.table.tr.td.tablegives me all the nested tables at that level. Even as they are in separate branches (split occurring at <tr>), the implicit ifXmlList.getNamedElements() keep filtering down the subsets because of the way it is defined. Very nice, while barely known.
Is there some trick like this i can use to pin-point the element with certain ID attribute? Other than manually twiddling through the whole tree?