DOM / XML with PHP - Special Problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gert

    DOM / XML with PHP - Special Problem

    Hi, NG!

    I've got to get values out of an xml-structur like

    <article>
    <articlegroup>g roup1
    <articlegroup>g roup2
    <articlegroup>g roup3</articlegroup>
    </articlegroup>
    </articlegroup>
    </article>

    Can anybody tell me how to handle that?

    Thanks in advance for your help!

    Greetings,

    Gert.


  • Jeff Rodriguez

    #2
    Re: DOM / XML with PHP - Special Problem

    Gert wrote:
    [color=blue]
    > Hi, NG!
    >
    > I've got to get values out of an xml-structur like
    >
    > <article>
    > <articlegroup>g roup1
    > <articlegroup>g roup2
    > <articlegroup>g roup3</articlegroup>
    > </articlegroup>
    > </articlegroup>
    > </article>
    >
    > Can anybody tell me how to handle that?
    >
    > Thanks in advance for your help!
    >
    > Greetings,
    >
    > Gert.
    >
    >[/color]
    Check out the PEAR XML classes http://pear.php.net

    Personally I think they're all terrible since I've been working in a PERL world
    where I have access to things like XML::LibXML, an excellent XML library. I'm
    actually looking to add functionality like this to PHP.

    Comment

    Working...