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 system root.

If you use XSLT  trasformer like Sablotron you must move the module/object
xmlparse.lib, xmltok.lib in the system root Win32 ENC such as
C:\WinNT\system32....

I have try same these question before to decide to realize an  application
web_based that use XML.

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.

XSLT it is a good but the mantenace of the code it is very very dificult and
the porpose of the my application it is not well to use it.

If you like to have my applkication to study what I have to make write to me
and I send same prototype.

Ciao Franco.

Seung Hwan Kang wrote:

> 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
>
> <?  phpinfo(); ?>
>
> "Terence ng" <[EMAIL PROTECTED]> wrote in message
> news:20021106025232.7193.qmail@;web41115.mail.yahoo.com...
> > Hi!
> >
> > I have installed PHP into Windows 2000 (IIS) by using
> > PHP 4.2.2 installer that no external extensions
> > included.  Now, I need to use XML.  What can I do to
> > create XML parsers?
> >
> > Terence
> >
> > _________________________________________________________
> > 1874(陳奕迅),再見露絲瑪莉(何韻詩),傷逝(葉倩文)...
> > 越800首至新至Hit手機鈴聲!
> > Over 800 latest ringtones, only on Yahoo!
> > http://ringtone.yahoo.com.hk
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to