Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7296 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71391 invoked by uid 1010); 23 Jan 2004 17:58:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71332 invoked from network); 23 Jan 2004 17:58:05 -0000 Received: from unknown (HELO smtprelay02.ispgateway.de) (62.67.200.157) by pb1.pair.com with SMTP; 23 Jan 2004 17:58:05 -0000 Received: (qmail 22442 invoked from network); 23 Jan 2004 17:58:04 -0000 Received: from unknown (HELO heinz-ruediger) (126482@[212.202.104.234]) (envelope-sender ) by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 23 Jan 2004 17:58:04 -0000 To: internals@lists.php.net Date: Fri, 23 Jan 2004 18:59:20 +0100 MIME-Version: 1.0 Message-ID: <40116F08.17301.91A0B7@localhost> Priority: normal In-reply-to: X-mailer: Pegasus Mail for Windows (v4.12a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: Re: [PHP-DEV] SimpleXML Docs From: fb@fbeyer.com ("Ferdinand Beyer") References: On 23 Jan 2004 at 11:24, Ken Tossell wrote: > Hi Internals, > > I've just committed a new documentation module for SimpleXML, which > should show up on php.net.... sometime. It's available at > http://php.kennyt.com/newdocs/?q=ref.simplexml -- if you see any major > errors (and there are some, I'm sure), please point them out. > > Ken - In the syntax line for simplexml_load_file() the function is mixed up with simplexml_load_string(): object simplexml_element simplexml_load_string(string $filename) - In simplexml_load_dom() there is a still the notice: "This function is currently not documented; only the argument list is available", although a documentation exists. -- Ferdinand Beyer