I have xml file this format from sd card.
<consignments creationDate="2015-05-11 08:04:38">
<consignment iid="142435846">
<consignmentId>194556772</consignmentId>
<orderCode>MUC-EC-4556772</orderCode>
<pickupDate>2015-04-01</pickupDate>
<referenceConsignor>236847.1</referenceConsignor>
<consignorCountry>DE</consignorCountry>
<consignorZip>83125</consignorZip>
<consignorCity>EGGSTAETT</consignorCity>
</consignment>
how to read this xml file from sd card and show result all items into textview?