Take this sample xml file..
<Unit id="test1">
<Item id="part1 value="12"/>
<SubItems>
<Item id="part1 value="xx"/>
</SubItems>
</Unit>
Now I want to get to "<Item id="part1 value="xx"/>" fast. Is there some kind of search option? Currently the only way I can see to get to this is to work my way though the DOM/Nodelists which seems a bit messy.