RE: [xml-dev] Resolving Images

From
Manos Batsis <>
To
Andrew Dubinsky <>
Date
2002-07-24T13:36:25Z
ID
<>
Thread
RE: [xml-dev] Resolving Images
Hi Andrew,

Please use text only email.

>From: Andrew Dubinsky [mailto:] 

>I have a problem using XML/XHTML for binary images. I cannot have
>externally resolved links within the document. 

Can you give an example of what you mean by "externally resolved links"?

> 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. 

Most people use Base64 encoding to embed binary info in XML documents.


>Is there an allowance for CDATA within an attribute? 

Nope. You will have to use an element and come up with a way to decode
the data on the client.


Hth,

Manos