Hey,
What is the simplest way to parse XML in php4 ?
I'm looking for a class like XMLtoArray of some sort. (I need it do deal with inner attributes of nods.)
<tag1 name="dfsgf">
<tag2>ble</tag2>
</tag1>
I need the name too ... not only tag2 -> ble
Thanks
What is the simplest way to parse XML in php4 ?
I'm looking for a class like XMLtoArray of some sort. (I need it do deal with inner attributes of nods.)
<tag1 name="dfsgf">
<tag2>ble</tag2>
</tag1>
I need the name too ... not only tag2 -> ble
Thanks

Comment