Philipp Chudinov wrote: > Hi! I have a trouble in returning xml from the Xindice > (http://xml.apache.org/xindice) via xml-rpc. It seems, that response > is in a wrong encoding. All documents are UTF-8 encoded and I can see > them if use any of native XMLDB api ore any of the GUI Browsers. But > when I get documents from the same store via XML-RPC, all docs are > returned as a '?' symbols. Where could be a problem in this case? How > can I explicitly declare encoding?
I'm slightly puzzled by this. Are you using the Apache XML-RPC client and server? I would have expected you to send an XML documant as a <string> in which case the encoding would be ISO 8859/1. John Wilson The Wilson Partnership http://www.wilson.co.uk
