Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12347 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86009 invoked by uid 1010); 25 Aug 2004 22:28:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83963 invoked from network); 25 Aug 2004 22:27:41 -0000 Received: from unknown (HELO mail.zend.com) (80.74.107.235) by pb1.pair.com with SMTP; 25 Aug 2004 22:27:41 -0000 Received: (qmail 3312 invoked from network); 25 Aug 2004 22:27:39 -0000 Received: from localhost (HELO AndiNotebook.zend.com) (127.0.0.1) by localhost with SMTP; 25 Aug 2004 22:27:39 -0000 Message-ID: <5.1.0.14.2.20040825152711.02e6d040@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 25 Aug 2004 15:27:35 -0700 To: "Naik, Roshan" , In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] making sense of all the xml extensions in php 5 From: andi@zend.com (Andi Gutmans) References: At 02:31 PM 8/25/2004 -0700, Naik, Roshan wrote: >I am trying to make sense of the following 4 xml extensions distributed with >php 5 > > ext/libxml <- ?? Infrastructure for streams and XML extensions. > ext/simplexml {experimental) SimpleXML (search the web) > ext/xml SAX > ext/dom {experimental) DOM Andi