将字节转换为 XML 合法文本

发布于 2024-11-28 20:57:42 字数 157 浏览 0 评论 0原文

我必须将图像文件的字节存储在由另一个程序读取的 XML 文件中...问题是,如果我将其仅作为普通字节注入,则最终程序会出现错误(大概是因为它包含非- 合法的 XML 字符)。如何将字节转换为 XML 可以合法读取的内容?此时我真的没有其他选择。我必须将图像文件作为字节注入(特别是 .bmp 文件)。

I have to store the bytes of a image file inside of an XML file that is read by another program... The problem is, if I inject it as just plain bytes, the end-program has an error (presumably because it contains non-legal XML characters). How can I convert bytes into something that XML can legally read? I really have no other options at this point. I have to inject the image file as bytes (specifically a .bmp file).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尹雨沫 2024-12-05 20:57:42

字节数据转换为Base64 并嵌入它。

Convert the byte data to Base64 and embed that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文