> Taking your suggestions, I've cleaned and added a bit of documentation: > > http://php.kennyt.com/newdocs/?q=ref.simplexml > > http://www.kennyt.com/~ken/phpdoc-en/reference/simplexml/ > > This documentation is lacking some parts (like DOM interaction, which > depends on /ext/dom docs) and some more obscure method arguments.
Mehdi asked you not to put links into short function descriptions. I would also second that since if you are interested in a functions short description, you will surely not need a link to go elsewhere... Plus, we had some discussions lately on this list that methods intended to be called as object functions should be documented as classname->method(), and class methods should be documented as classname::method(). Goba
