我繼承了一些使用XPath的代碼,因此我是新手。我現在以便它加載該文件有它,但是當document.selectPath(QueryPath中),它總是失敗,出現以下錯誤: XPath無法找到引擎
java.lang.RuntimeException: Trying XBeans path engine... Trying XQRL... Trying delegated path engine... FAILED on //
at org.apache.xmlbeans.impl.store.Path.getCompiledPath(Path.java:173)
at org.apache.xmlbeans.impl.store.Path.getCompiledPath(Path.java:130)
at org.apache.xmlbeans.impl.store.Cursor._selectPath(Cursor.java:902)
at org.apache.xmlbeans.impl.store.Cursor.selectPath(Cursor.java:2634)
at org.apache.xmlbeans.impl.values.XmlObjectBase.selectPath(XmlObjectBase.java:462)
at org.apache.xmlbeans.impl.values.XmlObjectBase.selectPath(XmlObjectBase.java:446)
這是我繼承的一個項目,所以我認爲他們已經設置好了。打開我們的我的classpath中有正確的xbeans jar,但是錯誤的saxon jar,或者至少錯誤版本的2.我redownloaded並且現在都集合了。 – 2009-02-21 16:30:15