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.
我有一个需要测试的 XPath 引擎实现。
是否有一组标准一致性测试可供我们用来验证是否符合 XPath 规范(与 XSLT 相关)。
最完美的是 XML 文档 XPath 表达式和预期结果。
有一个W3C XQuery 测试套件,至少有人用它来测试 XPath。