Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6834 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52265 invoked by uid 1010); 8 Jan 2004 00:09:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52241 invoked from network); 8 Jan 2004 00:09:17 -0000 Received: from unknown (HELO magma) (217.172.66.21) by pb1.pair.com with SMTP; 8 Jan 2004 00:09:17 -0000 Received: (qmail 12886 invoked from network); 8 Jan 2004 01:06:54 -0000 Received: from unknown (HELO dharana.net) (213.4.13.42) by 192.168.0.21 with SMTP; 8 Jan 2004 01:06:54 -0000 Message-ID: <3FFC9FA9.5080502@dharana.net> Date: Thu, 08 Jan 2004 01:09:13 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031201 Thunderbird/0.4RC1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ken Tossell CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on magma X-Spam-Level: ** X-Spam-Status: No, hits=2.4 required=5.0 tests=HTML_MESSAGE, NEW_DOMAIN_EXTENSIONS autolearn=no version=2.60 Subject: Re: [PHP-DEV] DOM Examples? From: dharana@dharana.net (dharana) Hello Ken, I started using the php5 new dom extension like this: -- '; ?> -- I found the rest of the here: http://www.w3.org/TR/DOM-Level-2-Core/core.html You can then load a real xml file and start inspecting the different classes (node, nodeList, etc). I hope this helps, Ken Tossell wrote: > Hey Internals, > > Would anyone be able to write, or point me to, some examples for using the > new DOM extension? I'm looking to do some documenting, but I need to know > how to use our implementation first. > > Thanks, > Ken > -- dharana This message represents the official view of the voices in my head.