[PHP] XML functions

2010-03-06 Thread Ahmad F AlTwaijiry
Dears When i checked the php manual i found many Solutions to read/write xml files and im confused now :) Which function/library is better and is there any new article that compare each function/library? Thanks Ahmad AlTwaijiry http://www.AlTwaijiry.com -- PHP General Mailing List

Re: [PHP] XML functions

2010-03-06 Thread Andre Polykanine
; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Ahmad F AlTwaijiry ah...@altwaijiry.com To: php-general@lists.php.net php-general@lists.php.net Date: Saturday, March 6, 2010, 7:00:04 PM Subject: [PHP] XML

Re: [PHP] XML functions

2010-03-06 Thread Ashley Sheridan
@lists.php.net Date: Saturday, March 6, 2010, 7:00:04 PM Subject: [PHP] XML functions Dears When i checked the php manual i found many Solutions to read/write xml files and im confused now :) Which function/library is better and is there any new article that compare each function/library

Re: [PHP] XML functions

2010-03-06 Thread Michael A. Peters
Ahmad F AlTwaijiry wrote: Dears When i checked the php manual i found many Solutions to read/write xml files and im confused now :) Which function/library is better and is there any new article that compare each function/library? I use DOMDocument. It works best if the input file you are

Re: [PHP] XML functions

2010-03-06 Thread Michael A. Peters
Andre Polykanine wrote: Hello Ahmad and all, I will expand a little bit your question joining to it: what is the better technique to make an RSS feed on the website? The website is manually written, no CMS. I wrote a class to do it -