[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Images embedded in XML
- From: "Bullard, Claude L (Len)" <clbullar@ingr.com>
- To: darshan@PerfectXML.com, xml-dev@lists.xml.org
- Date: Wed, 04 Apr 2001 16:08:01 -0500
I think so, yes. One also might inquire what the
impact of the blob in the XML is on the use
of resources by the DOM. IOW, for example,
what does MSXML do with a large chunk of
base64 encoded information inside an element
and how does that affect say the memory footprint,
or is that a concern?
The picture in my mind is of the old joke of
how one knows an elephant has been in the
refrigerator: footprints in the peanut butter. :-)
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]
Sent: Wednesday, April 04, 2001 4:03 PM
To: Bullard, Claude L (Len); xml-dev@lists.xml.org
Subject: RE: Images embedded in XML
I think, keeping binary data separate from XML text (if you can) would be a
better choice - one reason being binary to base64 encoding most of time may
increase the final data size.