RES: RES: [PHP] XML Problems

2003-03-20 Thread Piero B. Contezini
So ask the administrator to install it, without it kidding with XML will be a hell! Piero -Mensagem original- De: Burhan Khalid [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 20 de março de 2003 22:15 Para: Piero B. Contezini Assunto: Re: RES: [PHP] XML Problems Hello Piero

RES: [PHP] XML Problems

2003-03-20 Thread Piero B. Contezini
$obj = load_xml("http://weather.interceptvector.com/weather.xml?id=QlJYWDAxMzA% 3D"); Enjoy XML! Piero -Mensagem original- De: Piero B. Contezini [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 20 de março de 2003 21:45 Para: 'Burhan Khalid' Cc: [EMAIL PROTECTED] Assunto

RES: [PHP] XML Problems

2003-03-20 Thread Piero B. Contezini
I had the same problem a week ago, so i wrote a little function to convert xml files into usable objects (the dom_xmltree function sucks a lot), Basicly it converts the XML data into a object and make arrays for multi nodes, i also have done another function to write the object on disk, may be very