Olli: XML-Datei in PHP einlesen und dort bearbeiten

Hallo,

ich suche Informationen, wie ich XML-Dateien in PHP einlesen kann und diese dann formatieren kann.

Gruss Olli

  1. Hallo Olli!

    Kenne mich absolut nicht damit aus, aber wie wär's damit: http://de2.php.net/xml

    Anwendungsfälle und vermutlich noch andere Quellen findet man dann hier: http://www.google.de/search?hl=de&ie=UTF-8&q=php+xml+parser&btnG=Suche&meta=

    Gruß

    Matthias

    --
    ss:| zu:| ls:[ fo:| de:] va:) ch:? sh:) n4:( rl:( br:> js:| ie:% fl:) mo:}
    http://www.makaio.de/quotations
  2. Hallo!

    ich suche Informationen, wie ich XML-Dateien in PHP einlesen kann und diese dann formatieren kann.

    PHP4+Zusatzsoftware, PHP5
    DOM XML: http://de2.php.net/manual/en/ref.domxml.php

    PHP5
    SimpleXML: http://de2.php.net/manual/en/ref.simplexml.php

    MfG, André Laugks

    --
    L-Andre @ gmx.de
    1. PHP4+Zusatzsoftware, PHP5
      DOM XML: http://de2.php.net/manual/en/ref.domxml.php

      Für PHP 5: http://de2.php.net/manual/en/ref.dom.php (ist bei der DOMXML-Extension auch verlinkt, übersieht man aber gerne)

      PHP5
      SimpleXML: http://de2.php.net/manual/en/ref.simplexml.php