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.
The problem of having IDs in lower case is that they broke livedocs. Livedocs needs that IDs are equal to function names.
Maybe we should hack livedocs to change this instead of adding more fuzz in the XML files :)
didou
