|
You can't just include binary data in XML. XML consists of printable
characters.
One solution is to uuencode the binary data before placing it in XML.
Another solution would be to encode your 2 or 3 characters to something like
&mychar1;.
Regards,
Eric Ulevik
|
- need help with binary data format alex . kravchenko
- RE: need help with binary data format Linda Derezinski
- RE: need help with binary data format Eric Ulevik
- RE: need help with binary data format Arnold, Curt
- Re: need help with binary data format roddey
- Re: need help with binary data format Paul Levin
