Hi, Can You please help me, it's very urgent . Regards --Jamel
jamel wrote: > > Thank you for your reply, but I can not change the php code of the server, > that's why, I must re-implement the client java parser. > > Regards > --Jamel > > > tugwilson wrote: >> >> >> On 20 May 2009, at 10:31, jamel wrote: >> >>> >>> Hi, >>> How can I change the client parser of my xmlrpc project ?? >>> In fact, I use the xmlrpc version 3.1.1 as a client for a php server >>> and I >>> get the following exception : >>> The processing instruction target matching "[xX][mM][lL]" is not >>> allowed. >>> >>> I think that this problem is caused by the php xmlrpc stream. >> >> It's probably because the PHP server is putting white space before the >> XML declaration at the start of the document. >> >> Replacing the XML parser is not the solution. >> >> You need to get the author of the PHP implementation to fix the code >> so that the program emits well formed XML. >> >> You and the PHP server's author might find this of use >> http://www.xml.com/axml/testaxml.htm >> . It's a copy of the XML spec annotated by Tim Bray one of the >> originators of XML. I have found it immensely useful in the past. >> >> John Wilson >> >> >> > > -- View this message in context: http://www.nabble.com/Change-the-client-parser-tp23632032p23634950.html Sent from the Apache Xml-RPC - User mailing list archive at Nabble.com.
