On Tue, May 20, 2008 at 6:52 PM, Pete Cordell <[EMAIL PROTECTED]> wrote: > ----- Original Message ----- From: "Piotr Gaczkowski" > <[EMAIL PROTECTED]> > >> But maybe you're right and UUEncoding could be used instead. > > While it doesn't result in a more compact message, Base64 seems to be the > more common method of encoding binary data within an XML context these days.
And so I used Base64, indeed. Better than relying on some weird interplatform conversions. Piotr _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
