Does someone know how to read the zitem.xml of gunz in php?? I only know the way to read an xml like this
[quote]
<item>
<id>1</id>
<name>2</name>
<desc>3</desc>
</item
But i need it like this
<Item id="1" Name="2" Desc="3" />
Does some have an code for it??
Thanks in advance



![[php/xml] [website] Need some help](http://ragezone.com/hyper728.png)

