[PHP-WIN] Re: expat extension

2002-11-08 Thread Darvin Andrioli
Ciao Franco > After many test and many consideration I decide to use SAX > instead DOM or XSLT > because XPath it is must stable. But the performance it is not > equal like DOM. Do you had successed to parse the external parameters entities with Expat? If yes, could you explain me how you make it

Re: [PHP-WIN] Re: expat extension

2002-11-07 Thread Franco Pozzer
Expat it is build in in apache since Apache 1.3.14. You do not have to do anythinhg after instlla Apache and PHP. In the Win32 system, If you want use DOM extension (libxml2.dll) instead SAX (expat) you must uncomment php_domxml.dll in the php.ini and move the dlls in the PHP install into the syst

[PHP-WIN] Re: expat extension

2002-11-05 Thread Seung Hwan Kang
As I remember, XML supports is default. You do NOT have to do anything. When you run phpinfo() it will show you whether you have already installed or not. //test.php "Terence ng" <[EMAIL PROTECTED]> wrote in message news:20021106025232.7193.qmail@;web41115.mail.yahoo.com... > Hi! > > I have i