<autos>
<cars>
<car>
<type>Toyota</type>
<year>1999</year>
</car>
<car>
<type>Honda</type>
<year>2010</year>
</car>
</cars>
</autos>
i want to extract car object from the above code whats the possible way. can i have the sample code or any example
thanks in advance