I need to parse below xml file in black berry
<Vehicles>
<Car>
<ID>000001</ID>
<Make>Audi</Make>
</Car>
<Car>
<ID>000002</ID>
<Make>Buick</Make>
</Car>
<Car>
<ID>000015</ID>
<Make>Chevrolet</Make>
</Car>
<Car>
<ID>000003</ID>
<Make>Chrysler</Make>
</Car>
</Vehicles>
Can any one pleae tell me how to parse it.