XmlDocument 类正在删除格式、c#、.NET

发布于 2024-08-10 02:47:53 字数 118 浏览 3 评论 0原文

我想知道是否有人知道如何阻止 xmldocument.Save() 重新格式化文档。

这并不是说该文档的 XML 格式不正确,而是我正在使用的特定文档有大量空白以及类似的内容,在保存时,这些内容都将被删除。

i was wondering if anyone knows how to stop xmldocument.Save() from reformatting the document.

Its not that the document is not formatted correctly with respect to XML, the particular document i am working with has lots of white space and things like that which - upon save - is all being removed.

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

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

发布评论

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

评论(2

三生池水覆流年 2024-08-17 02:47:53

PreserveWhiteSpace 属性设置为 true 在保存文档之前。

Set the PreserveWhiteSpace property to true before you save the document.

寒江雪… 2024-08-17 02:47:53

将 PreserveWhiteSpace 设置为 true

set PreserveWhiteSpace to true

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