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.
如何在 JDOM 2.0 中使用 XPath 2.0 功能,如“模式元素”?
这甚至可能吗?如果是这样,怎么做?
有没有其他选择?
目前没有链接到 JDOM 的 XPath 2.0 引擎。据我所知,没有任何 XPath 2.0 支持链接到任何非基于 XSLT 的 XML 处理库(JDOM/XOM/DOM/等)。我曾与 Saxon 合作集成 XPath 2.0,并且即将发布的 JDOM 2.1 版很可能通过利用 Saxon 库来支持 XPath 2.0。
罗尔夫