Re: [xml-dev] How to send binary data using XML?

From
Tim Bray <>
To
Chandrashekhar Otari <>
Date
2004-02-25T05:42:26Z
ID
<>
Thread
Re: [xml-dev] How to send binary data using XML?
On Feb 24, 2004, at 9:29 PM, Chandrashekhar Otari wrote:

> Hi,
>
> We know that XML is used basically for transferring the data across 
> the net. So we can send text data by putting it in XML file. But I 
> don't know how we can put binary data like images in XML file and send 
> it across the net by transferring that XML file. So if anyone knows 
> how to do that please help me.

One good way is base64.  -Tim