Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 Seam 远程处理,它从我的支持 bean 返回一个数据列表,并希望将生成的 XML 格式数据导入到 dojo 存储中。然后可以将其显示在数据网格中。
不幸的是 dojox.data.XmlStore 只能接受 URL 而不是对象。
是否有其他方法可以将存储在 javascript 对象中的 XML 文档放入 dojo 存储中?
提前致谢
您必须自己扩展 xmlstores 功能,例如尝试以下链接
http://dojotoolkit.org/reference-guide/1.9/dojox/data/XmlStore-examples.html#dojox-data-xmlstore-examples