Focus
Новичок
парсинг xml
Подскажите как распарсить простой xml-файл:
<?xml version="1.0" encoding="UTF-8"?>
<tarifs>
<item access="limited">
<country code="ua">Украина</country>
<number>4448</number>
<operatorname>Life (Украина)</operatorname>
<operatorlatin>Life</operatorlatin>
<operatorfull>Life_ua</operatorfull>
<abonentprice>10 грив. (UAH) без НДС</abonentprice>
<price>10</price>
<currency>UAH</currency>
<usdprice>2</usdprice>
<clientprofit>18.82</clientprofit>
<clientprofitusd>0.61463</clientprofitusd>
<operatorid>69</operatorid>
</item>
<item access="limited">
.......................................................
Когда-то помню у меня была пара небольших функций, но где-то я их потерял. На phpclasses.org нашел пару классов, но они что-то у меня не работают.
На форуме что-то ничего подходящего не нашел. Помогите!
Подскажите как распарсить простой xml-файл:
<?xml version="1.0" encoding="UTF-8"?>
<tarifs>
<item access="limited">
<country code="ua">Украина</country>
<number>4448</number>
<operatorname>Life (Украина)</operatorname>
<operatorlatin>Life</operatorlatin>
<operatorfull>Life_ua</operatorfull>
<abonentprice>10 грив. (UAH) без НДС</abonentprice>
<price>10</price>
<currency>UAH</currency>
<usdprice>2</usdprice>
<clientprofit>18.82</clientprofit>
<clientprofitusd>0.61463</clientprofitusd>
<operatorid>69</operatorid>
</item>
<item access="limited">
.......................................................
Когда-то помню у меня была пара небольших функций, но где-то я их потерял. На phpclasses.org нашел пару классов, но они что-то у меня не работают.
На форуме что-то ничего подходящего не нашел. Помогите!
