Hello, > Hello people, > > I want to start using Xml with php. How do I install xml on Apache with Php? > I am running redhat 7.2,Apache 1.3.12 and php latest version. If you want to use SAX, you should already have it installed if you have compiled PHP with '--with-xml'. (BTW, have you compiled PHP yourself? - do you know how to compile PHP?).
First of all you should upgrade to a newer apache, as as far as I know Apache 1.3.12 had some problem when ran with Sablotron (this would be needed if you will want to use XML with XSL transformations) Then you should use the domxml extension (add '--with-dom' '--with-dom-xslt' '--with-dom-exslt' to your configure patch when you are compiling PHP). After you compile PHP, you should have support for SAX, DOM and XSL transformations. And if you want a bootstrap to start using XMLs for content publishing, you should also look at Krysalis at http://www.interakt.ro/products/Krysalis/ Alexandru > > How do I install xml? I am totally new to Xml....and want to start > somewhere... > > -Dhaval > > > > > > _________________________________________________________________ > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > http://join.msn.com/?page=features/virus > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php