[Home] [By Thread] [By Date] [Recent Entries]

  • From: "Bullard, Claude L (Len)" <clbullar@i...>
  • To: darshan@P..., xml-dev@l...,'Seairth Jacobs' <seairth@b...>
  • Date: Wed, 04 Apr 2001 15:44:02 -0500

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@P...]

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

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member