[PHP] where can we downlaod PHP modules??

2004-06-18 Thread Nguyen, Long P (Mission Systems)
Anyone know where can I download the following PHP modules?
 
Sablotron XSLT processor (command-line utility and PHP plugin)
PHP DOMXML support compiled-in (libxml version)
PHP XML support compiled-in (expat version)
PHP XMLRPC support compiled-in

Thank you!!
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] where can we downlaod PHP modules??

2004-06-18 Thread Curt Zirzow
* Thus wrote Nguyen, Long P (Mission Systems):
 Anyone know where can I download the following PHP modules?

What your looking for arn't the modules, but the libraries that the
modules depend on.

  
 Sablotron XSLT processor (command-line utility and PHP plugin)

See Installation:
http://www.php.net/xslt


 PHP DOMXML support compiled-in (libxml version)

See Installation:
http://www.php.net/domxml
(this one is still experimental)


 PHP XML support compiled-in (expat version)

See Installation:
http://www.php.net/xml


 PHP XMLRPC support compiled-in

See Installation:
http://www.php.net/xmlrpc


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php