OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Images embedded in XML



Dumb question:  In general, is it a good idea to 
send any blob like this or would it be better 
to keep it out of the XML and put it say elsewhere 
in a MIME multipart message?  What use is 
there for putting unqueriable large datatypes 
into a DOM?

Len 
http://www.mp3.com/LenBullard

Ekam sat.h, Vipraah bahudhaa vadanti.
Daamyata. Datta. Dayadhvam.h


-----Original Message-----
From: Darshan Singh [mailto:darshan@PerfectXML.com]

IMHO, CDATA section is not a good way to hold binary data (because then
you'll never be able to represent three byte sequence '5D 5D 3E' (hexr for
']]>').

To save binary data as part of XML you'll have to use Base64 encoding. I
don't have Java code that illustrates that, but following article might be
useful just to get an idea:
XML and binary data
http://www.PerfectXML.com/articles/xml/binary.asp