hi how can i add xml support on IIS 1) how to use expat lib (which comes along with apache) 2) do i have to compile php with XML support or is there any other solution
anybody having idea pl help thanx in advance
nitin
Hello,
XML support is built into the default PHP binaries for Windows.
Visit http://zend.com/codex.php?id=276&single=1 for some XML parsing code from SolFolango that works fine on IIS and PHP 4.
Regards, John