Mailinglisten-Archive |
Hallo, das kann xml22, bringt außerdem noch einige Funktionen mit um das Dokument zu durchsuchen, ähnlich DOM... http://www.ister.org/code/xml22/ Gruß, Christian > -----Original Message----- > From: php-bounces at phpbar.de [mailto:php-bounces at phpbar.de]On Behalf Of > InterNetX - Christian Heimerl > Sent: Friday, May 14, 2004 11:23 AM > To: deutschsprachige PHP-Mailingliste > Subject: [php] XML -> ARRAY(HASH) > > > hallo list, > > ich suche eine funktion die mir ein xml document in einem > array(hash) darstellt. > zb: > > <?xml ?> > <list> > <item>hallo</item> > <item>test</item> > <item> > <list> > <item>test2</item> > </list> > </item> > </list> > > ====================================== > > array( > "list" => array( > [0] => "hallo", > [1] => "test", > [2] => array( > "list" => array( > "item" => "test2" > ) > ) > ) > > hat jemand sowas für mich? > > lg C.Heimerl > > -- > ** Allgemeine deutschsprachige PHP-Liste: php at phpbar.de ** > Informationen: http://www.phpbar.de > http://lists.phpbar.de/mailman/listinfo/php >
php::bar PHP Wiki - Listenarchive