I need a list of all the Attribute ID(the value) of Descendants(Frame) that have an Attribute SecondFeature (Descendants-ObjectClass) that equal Vehicle. (there is node that have 1 "object", other 2/3 time and other not at all) this is a part of the code:
<?xml version="1.0" encoding="utf-8" ?>
- <Frame ID="120">
<PTZData Zoom="1.000" />
- <Object ID="5">
<ObjectClass SecondFeature="vehicle" />
</Object>
</Frame>