WebService 返回已识别的 XML

发布于 2024-12-04 05:05:03 字数 85 浏览 2 评论 0原文

返回 XML 的 Web 服务的标准是返回带有缩进的 XML 吗?

另外,返回的 XML 中是否有新行是标准的,还是可以完全没有缩进/新行?

It is standard for a Web Service that returns XML to return it with indentation?

Also, is it standard to have new lines in the XML that is returned, or can it just be without indentation/new lines completely?

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

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

发布评论

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

评论(2

时光与爱终年不遇 2024-12-11 05:05:03

我不确定它是否是标准的,但通常 Web 服务会返回未格式化或缩进的 XML。 XML 旨在实现机器可读,因此空格和格式不是问题。如果您需要自己阅读 XML,有许多工具和浏览器插件可以帮助您格式化它。

I'm not sure that it's standard, but generally a webservice will return XML that is not formatted or indented. XML is intended to be machine readable, so whitespace and formatting is not an issue. If you need to read the XML yourself there are many tools and browser plugins that will help format it for you.

旧情勿念 2024-12-11 05:05:03

Web 服务将返回其编程返回的内容。

A Web Service will return what ever it was programmed to return.

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