从 Web 服务返回的 XML 中包含撇号

发布于 2024-10-22 07:17:10 字数 259 浏览 1 评论 0原文

我正在使用的 Web 服务在命名空间中包含撇号,这导致 simplexml 出现问题。

例如。 xmlns="Apostrope's here/Foo/Bar"

我尝试过 addslashes 但它似乎不起作用,因为已经返回了包含未转义/编码撇号的字符串并在运行addslashes之前导致错误。

我觉得这是网络服务本身的一个缺陷。我这样想对吗?我确实喜欢正确放置撇号,但在这种情况下似乎麻烦大于其价值。

I am consuming a web service that has an apostrophe contained within the namespace, which is causing problems for simplexml.

eg. xmlns="Apostrophe's here/Foo/Bar"

I've tried addslashes but it doesn't seem to work because the string has already been returned containing the unescaped/encoded apostrophes and causes an error before addslashes can be run.

It strikes me as being a bit of a flaw within the web service itself. Am I right to think that? I do like a correctly placed apostrophe but it would seem as if it's more trouble than it's worth in this instance.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文