Re: user of cdata

2002-03-05 Thread John Thorhauer
On Tue, 2002-03-05 at 18:41, Jon Scott Stevens wrote: > > FYI, in dlr's testing, he found that MinML is 60% faster than xerces when > used in XML-RPC. A pretty good reason to not use Xerces IMHO. :-) OK thanks for the heads up. I will have to give it a try. John --

Re: user of cdata

2002-03-05 Thread Jon Scott Stevens
on 3/5/02 2:00 PM, "John Thorhauer" <[EMAIL PROTECTED]> wrote: > I am using xerces so I suspect that is the problem. FYI, in dlr's testing, he found that MinML is 60% faster than xerces when used in XML-RPC. A pretty good reason to not use Xerces IMHO. :-) -jon

Re: user of cdata

2002-03-05 Thread John Thorhauer
On Tue, 2002-03-05 at 16:55, John Wilson wrote: > > John, > > what version of the XML-RPC system are you using and what XML parser? I am using the helma package so I suspect that it the problem. > > There has been a bug caused by the apache XML-RPC system not escaping the > > when ]]> appear

Re: user of cdata

2002-03-05 Thread John Wilson
- Original Message - From: "John Thorhauer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 9:26 PM Subject: user of cdata > Hi, > > I am trying to transfer an XML doc using xmlrpc and my doc has a section > with CDATA i

Re: user of cdata

2002-03-05 Thread John Thorhauer
On Tue, 2002-03-05 at 16:32, Jason van Zyl wrote: > > Can you send a little snippet containing the CDATA element? > Sure, John

Re: user of cdata

2002-03-05 Thread Jason van Zyl
On Tue, 2002-03-05 at 16:26, John Thorhauer wrote: > Hi, > > I am trying to transfer an XML doc using xmlrpc and my doc has a section > with CDATA in it. Does the server know how to handle this? I am > currently getting an error like the following in the XmlRpcClient.: > > The character seque

user of cdata

2002-03-05 Thread John Thorhauer
Hi, I am trying to transfer an XML doc using xmlrpc and my doc has a section with CDATA in it. Does the server know how to handle this? I am currently getting an error like the following in the XmlRpcClient.: The character sequence "]]>" must not appear in content unless used to mark the end