本文介绍了使用Saxon的XQuery的调试器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以为XQuery提出调试器?我更喜欢一个在线或在Eclipse中工作的,我更喜欢使用撒克逊人的东西。到目前为止,我发现的都是XQDT(它的文档很少,与Saxon无关)和一些独立的商业应用程序。



做的是明白为什么我的XQuery没有选择我认为应该的元素。 (我对撒克逊人的要求是因为我对这些处理器的体验不好,不符合相同的标准。)



任何建议?

解决方案

目前,XQDT仅支持与Saxon XQuery处理器执行(无调试)。



在XQDT中构建的唯一调试器是:




  • Zorba XQuery处理器:

  • Sausalito XQuery Web应用程序
    框架:



您可以从我们的最新版本:




  • Eclipse更新站点:(每2周更新一次)



Gabriel,
XQDT提交者


Can anyone suggest a debugger for XQuery? I would prefer one that is either online or works within Eclipse, and I prefer something that uses Saxon. So far, all I've found is XQDT (which has little documentation and does not work with Saxon) and a few stand-alone commercial apps.

All I want to do is understand why my XQuery isn't selecting the elements I think it should. (My requirement for Saxon is because I've had bad experiences with these processors not meeting the same standard.)

Any suggestions? How are others testing their queries?

解决方案

Currently XQDT supports only execution (no debugging) with the Saxon XQuery processor.

The only debuggers build so far in XQDT are for:

You can have our latest version from:

Gabriel,XQDT Committer

这篇关于使用Saxon的XQuery的调试器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 14:58