Re: [PHP] reading XML

2008-11-20 Thread Jim Lucas
Angelo Zanetti wrote: Hi all, I have a script that I call with CURL and get an XML response with a few parameters. I need to be able to read that XML but not sure how to. I know of simpleXML but the server is php4. Would xml_parse be the thing to look at? What is the simp

Re: [PHP] reading XML

2008-11-20 Thread Jim Lucas
Angelo Zanetti wrote: Hi all, I have a script that I call with CURL and get an XML response with a few parameters. I need to be able to read that XML but not sure how to. I know of simpleXML but the server is php4. Would xml_parse be the thing to look at? What is the simp

[PHP] reading XML

2008-11-20 Thread Angelo Zanetti
Hi all, I have a script that I call with CURL and get an XML response with a few parameters. I need to be able to read that XML but not sure how to. I know of simpleXML but the server is php4. Would xml_parse be the thing to look at? What is the simplest way to accomplish this