[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster-devel] python xml-rpc client, key with embedded ampersand



Brad Clements wrote:

On 24 Oct 2005 at 22:50, Marcel Ruff wrote:



Yep, but does the (workaround) with

&

work in your code?



The text *is* double escaped on the wire.

So, are you saying it has to be triple escaped?


I don't know, please try it.
Anyhow, imho the problem is in the xmlBlaster core DOM and not related to XMLRPC,
i'll need to dig in it the next days.


To remark, you should consider to tranport complex xml in the message-content.
The topic XML is used only to filter specific topics for subscribers (and sync getters)
and is immutable.
You can make further full text XPath filtering for each message instance on the content with our mime plugins.


regards,

Marcel

I'm sending properly escaped xml via xml-rpc, which in-turn also escapes it.