You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Eric MERY <em...@agreval.com> on 2004/07/08 15:26:50 UTC

RE : How to program new PHP Xindice functions

It seems that it is what I was looking for.
Thanks.



-----Message d'origine-----
De : Vadim Gritsenko [mailto:vadim@reverycodes.com] 
Envoyé : jeudi 8 juillet 2004 14:58
À : xindice-users@xml.apache.org
Objet : Re: How to program new PHP Xindice functions

Eric MERY wrote:

>I'm using the Xindice PHP class of Jill Rhoads.
>But some functions are note programmed like indexer functions...
>How can I program them? Which document can help me? Which document
tells
>me the name of the xml methods with the parameters?
>  
>

Not sure about the document, but all XML-RPC methods are implemented
here:
  
http://cvs.apache.org/viewcvs.cgi/xml-xindice/java/src/org/apache/xindic
e/server/rpc/messages/

You can always take a look at the source code and see what methods and 
parameters are supported.

Vadim