iphone:解析 XML 时出错:无法读取响应 xml(错误代码 5)

发布于 2024-11-27 04:49:25 字数 117 浏览 0 评论 0原文

我正在使用 XMLParsing 在 iphone 应用程序中使用我的网络服务。

我收到解析 XML 时出错:无法读取响应 xml(错误代码 5)

出了什么问题?

I am using XMLParsing for using my webservice in iphone app.

and i am getting error parsing XML: Unable to read response xml (Error code 5 )

What is wrong?

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

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

发布评论

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

评论(2

叹沉浮 2024-12-04 04:49:25
NSXMLParserPrematureDocumentEndError
The document ended unexpectedly.
Available in Mac OS X v10.3 and later.
Declared in NSXMLParser.h.

问题似乎是您的 xml 格式不正确。因此,在这些行上进行调试,您将能够成功解析 xml。

NSXMLParserPrematureDocumentEndError
The document ended unexpectedly.
Available in Mac OS X v10.3 and later.
Declared in NSXMLParser.h.

The problem looks like your xml is not well formed. So debug on these lines and you will be able to parse the xml successfully.

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