在浏览器中将 xml 作为字符串打印,而不是使用 asXml() 方法

发布于 2024-11-16 22:04:27 字数 121 浏览 3 评论 0原文

我有一个加载了 xml 字符串的 simplexml 对象,我想在浏览器中打印该字符串。如果我在对象上使用 asXml() 方法,我必须查看页面的源代码才能查看 xml 脚本。相反,我只想将其作为字符串打印到浏览器。我该怎么做?

I have a simplexml object loaded with a xml string and I want to print this string in the browser. If I use the asXml() method on the object, I have to view the source of the page to view the xml script. Instead I just want to print it to the browser as a string. How do I do that?

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

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

发布评论

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

评论(1

我纯我任性 2024-11-23 22:04:27

将输出包装在 htmlspecialchars($xml); 中。

Wrap the output in htmlspecialchars($xml);.

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