[PHP] XML Problems

2003-03-20 Thread Burhan Khalid
Hello List, Having some serious headaches trying to fix XML integration into a PHP class. Am new to XML, but have been comfortable with PHP for quite a while so please reply accordingly. Here is the problem : * Data handing functions are being called multiple

RES: [PHP] XML Problems

2003-03-20 Thread Piero B. Contezini
] Assunto: [PHP] XML Problems Hello List, Having some serious headaches trying to fix XML integration into a PHP class. Am new to XML, but have been comfortable with PHP for quite a while so please reply accordingly. Here is the problem : * Data handing functions

RES: [PHP] XML Problems

2003-03-20 Thread Piero B. Contezini
= 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

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

[PHP] XML Problems

2001-03-22 Thread Niel Zeeman
Hi Folks Has anyone had problems with thej xml parser causing an Internal server error? I'm running IIS5 with the ISAPI module Thnx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] XML problems?

2001-02-09 Thread Mailing List Mailbox
I've put together a fairly simple XML parser that outputs embeded objects as a DOM. You can see that the XML files get parsed correctly (print "Open: $tag" etc for the proper functions..) and built the DOM correctly (print_r ( $this-dom ) at the last close_tag () call) but even after displaying