Re: NSXML encoding question...
Re: NSXML encoding question...
- Subject: Re: NSXML encoding question...
- From: Martin Linklater <email@hidden>
- Date: Mon, 27 Aug 2007 07:43:15 +0100
On 26 Aug 2007, at 21:28, James Bucanek wrote:
The recommended solution is to encode the string using two CDATA
tags, splitting the sequence "]]>" so it doesn't occur literally in
the document:
<![CDATA[if( [a multiplyWith:[b value]]]]><![CDATA[>25 )]]>
<http://en.wikipedia.org/wiki/CDATA#Uses_of_CDATA_sections>
Thanks for all your suggestions. I'll use CDATA blocks.
Martin Linklater
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden