XML in php 4 ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • qw12er
    Confirmed User
    • Apr 2004
    • 799

    #1

    XML in php 4 ?

    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
    I have nothing to advertise ... yet.
  • vas
    Confirmed User
    • Dec 2003
    • 562

    #2
    take a look at the XML Serializer class...

    hope that helps.. good luck.
    icq: 375956791

    Comment

    Working...