[PHP] reading in XML document and getting attribute values in PHP4

2007-02-08 Thread Angelo Zanetti
Dear all, I have been searching the web and manual for solutions for receiving an XML document and getting the values for the attributes out. I found that PHP5 handles it well but in PHP4 there are many scripts people have written but Im struggling to get something that is working 100%. Are

[PHP] SOLVEDRe: [PHP] reading in XML document and getting attribute values in PHP4

2007-02-08 Thread Angelo Zanetti
DOM XML functions are the way to go for PHP4 Angelo Zanetti wrote: Dear all, I have been searching the web and manual for solutions for receiving an XML document and getting the values for the attributes out. I found that PHP5 handles it well but in PHP4 there are many scripts people