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



At 03:44 PM 04/04/01 -0500, Bullard, Claude L (Len) wrote:
>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?

Er, there are other ways to deal with XML than putting
it in a DOM.  Lots of people want to package up 
multiflavor multimedia in XML, enough that it's 
pointless to tell them they shouldn't want to.  And
base64 seems to do the right thing in a reasonably
efficient and very well-understood way. -Tim