[
Lists Home |
Date Index |
Thread Index
]
- From: sam th <sam@uchicago.edu>
- To: "Rayburn, Timothy" <TRayburn@healthaxis.com>
- Date: Thu, 6 Jul 2000 12:51:00 -0500 (CDT)
On Thu, 6 Jul 2000, Rayburn, Timothy wrote:
> My suggestion on this matter would be to Base64 encode the data. This
> increases the size, but Base64 does not use any illegal characters.
In AbiWord, this is the approach we use (we have an XML file format). our
stuff looks like so:
<data>
<d name="pic1">
base64encodedstuffgoeshere
</d>
</data>
And PNG, even when Base64 encoded, is not that big.
sam th
sam@uchicago.edu
http://www.abisource.com/~sam
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|