On Sat, 3 Jan 2004, Gabor Hojtsy wrote:
> > It looks like domxml in /ext has been renamed to /dom -- and rewritten?
> > Does this mean we need to start a new dom manual section to document it? I
> > see that there's quite a bit on 'domxml,' but a lot of functions (in
> > php5's /ext/dom) are missing. Where might I find information about these
> > functions other than the {{{ protos (which aren't too detailed)? Oh yeah,
> > cvs logs... will try that.
> >
> > Please advise :-)
>
> 1. Ask the developers first if they would like to provide some docs.
> They might suggest you that you stay away from documenting the stuff,
> since it will change significantly...
> 2. See the examples, readmes, etc. in the PHP source
> 3. See the C code :)
4. See the dom specification:
http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/
the extension should implement this almost exactly.
regards,
Derick