XpsDocuments 能否序列化为 XML 以存储在数据库中?
如果不是,唯一的其他选择是斑点吗?
And, if not, is the only other alternative a blob?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如果不是,唯一的其他选择是斑点吗?
And, if not, is the only other alternative a blob?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
XPS 文档是包含 XML 的 zip 文件。 您可以提取 zip 文件的内容并将其存储在数据库中,但是每次数据传入或传出数据库时都需要解压缩并重新压缩。
编辑:换句话说,不是以任何实际的方式。
XPS documents are zip files that contain XML. You could extract the contents of the zip file and store that in the database, but then you would need to unzip and re-zip every time data came in or out of the database.
Edit: In other words, not in any practical manner.