Re: [PHP] Why is XML parser so slow?

2001-07-31 Thread terry chay
No the XML parser is not slow at all. Especially since the only one available in PHP 3 would have to be expat base. Since expat is an event based parser and a very well coded one, you should be able to extract strings from the XML document very easily. Note that there are some

[PHP] Why is XML parser so slow?

2001-07-26 Thread Verebes Gabor
Hi! I am writing an XML parser. It is working fine, but so slowly. I use PHP 3.0.16, is it too old? I'd like to parse many small XML string. Can my problem be, that I creat the xml_parser evrey time? I don't thik it is normal to wait 3 sec for parsing some (less than 20) small XML strings. (a