--- 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
+ minus signs (-). For example <literal>function.ArrayObject---constructor</literal>
+ is an ID for <literal>ArrayObject::__constructor</literal> and + <literal>function.DOMCharacterData-deleteData</literal> is for
+ <literal>DOMCharacterData->deleteData</literal> method accordingly.
+ </simpara></listitem>
+ <listitem><simpara>
Function reference section IDs
(<literal>&lt;reference id="..."></literal>) look
like this: 'ref.category', for example: 'ref.ftp'.

Well, fine with me...

Goba

Reply via email to