3. Unlike function reference IDs method reference IDs are case-sensitive.
Special operators ::, -> and underscores are replaced by the same
minus signs (-). For example function.ArrayObject---constructor is an
ID for ArrayObject::__constructor and
function.DOMCharacterData-deleteData is for
DOMCharacterData->deleteData method accordingly.

no... the id for ArrayObject::__constructor is 'ArrayObject-constructor'.


--- howto\working.xml.old Thu Nov 18 11:39:36 2004
+++ howto\working.xml Thu Nov 18 11:36:48 2004
@@ -129,6 +129,15 @@
in IDs, they should be replaced by minus signs (-).
</simpara></listitem>
<listitem><simpara>
+ Unlike function reference IDs method reference IDs are
+ case-sensitive. Special operators <literal>::</literal>, + <literal>-></literal> and underscores are replaced by the same

you must use an entity there: -&gt; instead of ->.


Apart of these two little problems, the rest is fine.

Nuno

Reply via email to