Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12346 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62632 invoked by uid 1010); 25 Aug 2004 21:33:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50470 invoked from network); 25 Aug 2004 21:32:03 -0000 Received: from unknown (HELO zcamail03.zca.compaq.com) (161.114.32.103) by pb1.pair.com with SMTP; 25 Aug 2004 21:32:03 -0000 Received: from cacexg11.americas.cpqcorp.net (cacexg11.americas.cpqcorp.net [16.92.1.67]) by zcamail03.zca.compaq.com (Postfix) with ESMTP id 39FADA580 for ; Wed, 25 Aug 2004 14:31:59 -0700 (PDT) Received: from cacexc04.americas.cpqcorp.net ([16.92.1.26]) by cacexg11.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.0); Wed, 25 Aug 2004 14:31:11 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 25 Aug 2004 14:31:11 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: making sense of all the xml extensions in php 5 Thread-Index: AcSK6tc9BUMeDmuTT8O29JoFhRO5pw== To: X-OriginalArrivalTime: 25 Aug 2004 21:31:11.0392 (UTC) FILETIME=[D7650A00:01C48AEA] Subject: making sense of all the xml extensions in php 5 From: roshan.naik@hp.com ("Naik, Roshan") I am trying to make sense of the following 4 xml extensions distributed = with=20 php 5 ext/libxml <- ??=20 ext/simplexml {experimental) ext/xml =20 ext/dom {experimental) =20 Dom extension's name is self describing. but about the others ? As I understand, simplexml is a simpler-to-use alternative to xml=20 extension. what about that libxml ? whats it doing there..is it an=20 extension truly ? If its not a extension its existence in the "ext" directory is confusing. I couldnt find the purpose of libxml mentioned anywhere. Could someone please explain ? -- Roshan=20