Is there any way of including raw binary data in an XML file?
I have looked at the CDATA section and was under the impression that this could be used to embed raw binary data (including characters that outside of the CDATA section would be seen as illegal characters, not just < and >).
However when I use the MSXML 4.0 component in
VB with raw binary data embedded in a CDATA section an error is raised when loading the document. The Microsoft XMLDOM ActiveX component in a web page on the other hand has no problems loading and parsing the embedded raw binary data, nor does IE6 for that matter.
Can anyone tell me the definitive answer to whether raw binary data can be included in a CDATA section of an XML file?
Regards
Owain Williams