[PHP] XML Reading, Writing

2003-09-14 Thread Jeff Fitzgerald
I need to use PHP to read, modify and write xml files. I have seen something called expat which I am having trouble installing. Is that the only way to do this? Any help greatly appeciated... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] XML Reading, Writing

2003-09-14 Thread Raditha Dissanayake
Hi, The php xml modules are installed by default with recent versions of php. This requires that you have libexpat on your machine. They are available on most linux distributions cds. If you are on windows you can dwonload from the site (forgotton the url) From the type of questions you have