Resolving Images

From
Andrew Dubinsky <>
To
Date
2002-07-24T13:13:37Z
ID
<001701c23313$ec8a3170$>
Thread
Resolving Images
My Error - forgot to encode text only.


I have a problem using XML/XHTML for binary images. I cannot have
externally resolved links within the document. All content, including
binary images, must reside within the XML/XHTML file. I can translate
the image into binhex, but cannot find the appropriate method to place
the CDATA into the document. 

Is there an allowance for CDATA within an attribute? Such as <img
src="<![CDATA[<<Image in binhex>>]]>" />. This does not seem legal in
any xml construct, although the behavior appears appropriate.

Does this make sense? Am I missing the simple way to do this?

 TIA,
Andrew Dubinsky