Hello Rob, Firstly, you are using tabs for indentation and we don't use them.
" See also <link linkend="function.dom-domdocument-createelement">DOMDocument->createElement( )</link>," You shouldn't use <link> here. Just use <function>DOMDocument->createElement</function>. The linking of functions is done automatically (this was bogus in livedocs for OO funcs, like these, but I had commited a patch that solved this issue). You have append "dom-" to the refentry ids. This brokes livedocs, but don't worry! I've already a patch to definetly fix all this issues. For properties, just check the MySQLi extension to see how George has documented properties. Oh, when you have some time, it would be great if you add an example for each function. Appart of these little thinks, the docs are great! Nuno ----- Original Message ----- I put together an initial cut of some docs for the dom extension. Can someone who actually knows what they are doing with documentation take a look at these? http://www.ctindustries.net/dom/docs/domdoc.tar.gz I wasnt sure how to layout the object properties but have the list available at: http://www.ctindustries.net/dom/docs/domprops.html The docs aren't rich with content at this point but hopefully are a good starting point. Thanks, Rob
