CDATA doesn't, in fact, make the least bit of difference as to what characters you can include in the data. You can't put (unencoded) binary data into XML using CDATA. The only difference between non-CDATA and CDATA is that one requires you to encode some single-character items while the other requires you to encode one 3-character sequence. This makes CDATA quite silly, IMHO.
And, no, you can't even use  to get "binary" characters into XML.
- tye
In reply to Re^3: binary data in XML (CDATA, ha!)
by tye
in thread binary data in XML
by sailortailorson
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |