php garip biçimlendirilmiş xml ayrıştırmak için çalışıyor

2 Cevap php

Benim komut dosyası daha sonra bunları yeniden kullanılabilir dizeleri XML verilerini doğrayın çalışıyorum.

I am receiving the data via a Curl request and his goes great. now chopping the data kills me..

Ben alıyorum bu XML bir parçası (tüm veri kısmı yaklaşık 90 hatları)

<professions>
    <skill key="IT Specialist" maxage="40" group="IT" worked="5"/>
    <skill key="Assistant" maxage="35" group="Office" worked="5"/>
</professions>

Now of course I could make a function filtering data etc, but I just feel there is a different way to get the job done. The XML is loaded in a $var.

Herhangi bir yardım bu vs vs dizesini okuyarak daha iyi yapılması almak yararlı olacaktır.