"Arnautovic, Emira" wrote:
> Then I need to do two steps for encode and decode. I�d like to transport
> this exactly so as is. I trued it with NDATA but it doesn�t work. Perharp I
> didn`t use that right. Are you familiar with that?

Even though XML is based on Unicode, it does not allow all
Unicode characters (especially control characters) in an XML
document. So you have to encode and decode binary content in
a form that uses only characters allowed in the XML document.
Base64 and UUEncode are two good options.

-- 
Andy Clark * [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to