SimpleXML Docs

php.internals

Ken Tossell

22 years ago
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

Jan Schneider

22 years ago
Zitat von Ken Tossell <kennyt@php.net>:
> 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.
The 2nd example uses the undefined $movies variable, should probably be $xml->movie. Jan.
-- http://www.horde.org - The Horde Project http://www.ammma.de - Neue Wege des Lernens http://www.tip4all.de - Deine private Tippgemeinschaft

Ferdinand Beyer

22 years ago
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 <fb@fbeyer.com>

Marcus Börger

22 years ago
Hello Ken, thank you very musch for the docs! perhaps you could add something from the extension's README file. regards marcus Friday, January 23, 2004, 5:24:27 PM, you wrote: