Re: Removal (Time for XMail?)

ed wrote:
> > I can see with a SOAP message the ability to not only carry
> > relevant MIME data (as a CDATA section, for instance)
> 
> This doesn't work if your MIME data contains a CDATA delimiter (]]>).

so use two CDATA sections:

    <![CDATA[data]]]><![CDATA[]>data]]>

(the first section contains "data]", the second "]>data")

</F>

Received on Friday, 29 September 2000 09:53:10 UTC