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.
我正在为 Eclipse 使用 XQDT(XQuery 开发工具)插件,我想在 Eclipse 的图形 XML 编辑器中而不是在控制台中查看查询结果。有谁知道以这种方式重定向输出的方法?
只需执行以下操作:
就是这样 - eclipse 会将 XQuery 输出直接写入 XML 文件。只需在 XQuery 运行完成后打开该文件。