如何在jqgrid中显示原始xml样式文本而不解析

发布于 2024-12-11 06:29:06 字数 375 浏览 0 评论 0原文

我需要在 jqGrid 中显示数据库表中的数据,该数据库表存储 Web 服务的 XML 消息的统计信息。我需要以带标签等的 XML 初始形式显示日期和文本消息,即“XML 响应消息”列应包含类似

<rsp> <to>123</to><from>321</from> <body>Error003</body> </rsp>

FF 控制台显示响应数据正确的记录(原始 XML 样式字符串),但表单显示以下字符串“123321Error003”(即解析的xml数据)。我应该为 jqGrid 指定哪些参数才能以原始样式显示消息(在表单上显示存储在数据库中的 xml 字符串)。

I need to show data in jqGrid from a database table that stores the statistics for XML messages of web services. I need to display the date and text messages in the initial form of XML with tags, etc. ie, the column "XML response message" should contain records like

<rsp> <to>123</to><from>321</from> <body>Error003</body> </rsp>

FF console shows that the response data is correct(original XML-style string), but the form displays the following string "123321Error003" (ie parsed xml data). What parameters hould i specify for jqGrid to show the message in its original style (display xml-strings on the form as stored in the database).

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

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

发布评论

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

评论(1

半窗疏影 2024-12-18 06:29:06

我希望 jqGrid 选项 autoencode: true 能够解决您的问题。

I hope that jqGrid option autoencode: true will solve your problem.

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