I'm trying to write up some docs for the dom extension and have a few questions.

This is the first time writing up docs here so I was following the domxml extension on naming things. I ran into an issue however with
DOMDocument_xinclude as the naming ends up being the same for both extensions so not sure if things can be named differently.

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">
<refnamediv>
<refname>DOMDocument->xinclude</refname>
....

Another question is how are object properties handled? Are these written the same way as functions?

Thanks,

Rob

Reply via email to