Hi, > I needed to install some additional PHP functionality on RH73, specifically, > 'xslt'
You might be interested in some benchmarks for various parsers: http://xmlbench.sourceforge.net/results/benchmark/ In the XSLT benchmarks, Expat+Sablotron appear considerably slower than libxml + libxslt. YMMV. From memory, PHP is not as easy as some other languages to switch engines, but the change may be worthwhile if you see a marked improvement and/or you have someone to alter the code. Cheers, Rob.
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
