如何在 android.xml 中解析这个 xml 数据。
xml-stylesheet 格式与普通 xml 不同?
我需要这些字段;
Kod 纸币购买纸币出售
<?xml version="1.0" encoding="ISO-8859-9"?>
<?xml-stylesheet type="text/xsl" href="isokur.xsl"?>
<Tarih_Date Tarih="20.07.2012" Date="07/20/2012">
<Currency Kod="USD" CurrencyCode="USD">
<Unit>1</Unit>
<Isim>AMERİKAN DOLARI</Isim>
<CurrencyName>US DOLLAR</CurrencyName>
<ForexBuying>1.7967</ForexBuying>
<ForexSelling>1.8054</ForexSelling>
<BanknoteBuying>1.7954</BanknoteBuying>
<BanknoteSelling>1.8081</BanknoteSelling>
<CrossRateUSD>1</CrossRateUSD>
<CrossRateOther></CrossRateOther>
</Currency>
<Currency Kod="EUR" CurrencyCode="EUR">
<Unit>1</Unit>
<Isim>EURO</Isim>
<CurrencyName>EURO</CurrencyName>
<ForexBuying>2.1998</ForexBuying>
<ForexSelling>2.2104</ForexSelling>
<BanknoteBuying>2.1983</BanknoteBuying>
<BanknoteSelling>2.2137</BanknoteSelling>
<CrossRateUSD></CrossRateUSD>
<CrossRateOther>1.2243</CrossRateOther>
</Currency>