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/xindice/server/rpc/messages/
You can always take a look at the source code and see what methods and parameters are supported.
Vadim