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
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
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
withsimplexml_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
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:
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