Skip navigation.
 
mlRe: Storing NSColor & NSData objects in an XML document
FROM : marcelo.alves
DATE : Thu Nov 29 18:50:43 2007

Hmm, why not encode as Base64 and decode it later?

:: marcelo.alves


On Thursday, November 29, 2007, at 03:38PM, "Antonio Nunes" <<email_removed>> wrote:
>On 28 Nov 2007, at 11:56, Antonio Nunes wrote:
>

>> I want to write out NSColor objects to XML. I know I can archive 
>> them into NSData objects, and a string representation from those. 
>> The string can then be added to the XML. What I have trouble with is 
>> getting the string back into an NSData object so that I can 
>> unarchive. Any pointers?

>
>Ok, I might simply be less than smart here, and the answer is probably 
>obvious, but I can't see it. The basic issue is: I have an NSData 
>object and want to store it in an XML node, then later restore it from 
>an XML node. Lots of sifting through documentation and usually helpful 
>internet sites and generally making the cogs in my brain groan, squeak 
>and creak for the better part of yesterday and today yielded no usable 
>results.
>
>I know how to (un)archive NSData objects to/from disk and user 
>defaults, but am not sure how to turn them into strings (to store in 
>XML elements) and especially how to restore them from strings that 
>represent NSData objects.
>
>Any help would be greatly appreciated.
>
>-António
>
>----------------------------------------------------
>It is better to light a candle than to curse the darkness
>----------------------------------------------------
>
>
>
>_______________________________________________
>
>Cocoa-dev mailing list (<email_removed>)
>
>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:
>http://lists.apple.com/mailman/options/cocoa-dev/marcelo.<email_removed>
>
>This email sent to marcelo.<email_removed>
>
>

Related mailsAuthorDate
mlStoring NSColor & NSData objects in an XML document Antonio Nunes Nov 28, 12:56
mlRe: Storing NSColor & NSData objects in an XML document Antonio Nunes Nov 29, 18:36
mlRe: Storing NSColor & NSData objects in an XML document marcelo.alves Nov 29, 18:50