From: "Derick Rethans" <[EMAIL PROTECTED]> > > For example: domxml include file when rendered as html overwrites the > > one for the dom extension. Also, here is a snippet of the xml to make > > sure this is being done correctly (for the refentry I followed the > > SOAP docs and making it case sensitive): > > > > <refentry id="function.DOMDocument-xinclude"> > > IDs should be lower case.
So does it make sense that I should be appending dom- to the functions as well to avoid collisions with the domxml documentation? i.e. <refentry id="function.dom-domdocument-xinclude"> And in doing so is there a way to change the text disaplyed when using a function tag to link to another doc page? I played with it a bit and the functions link correctly, but the text displayed when rendered ends up looking nasty. Thanks, Rob
