From user-return-23047-archive-asf-public=cust-asf.ponee.io@poi.apache.org Tue Jul 17 19:17:41 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 65150180600 for ; Tue, 17 Jul 2018 19:17:41 +0200 (CEST) Received: (qmail 25359 invoked by uid 500); 17 Jul 2018 17:17:40 -0000 Mailing-List: contact user-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Users List" Delivered-To: mailing list user@poi.apache.org Received: (qmail 25348 invoked by uid 99); 17 Jul 2018 17:17:39 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2018 17:17:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 64205180028 for ; Tue, 17 Jul 2018 17:17:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.187 X-Spam-Level: **** X-Spam-Status: No, score=4.187 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FORGED_YAHOO_RCVD=1.022, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_NEUTRAL=0.652, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 17AxKDR38P0s for ; Tue, 17 Jul 2018 17:17:37 +0000 (UTC) Received: from n5.nabble.com (n5.nabble.com [162.253.133.81]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 9B61F5F175 for ; Tue, 17 Jul 2018 17:17:37 +0000 (UTC) Received: from n5.nabble.com (localhost [127.0.0.1]) by n5.nabble.com (Postfix) with ESMTP id 3D1097874E98 for ; Tue, 17 Jul 2018 10:17:37 -0700 (MST) Date: Tue, 17 Jul 2018 10:17:37 -0700 (MST) From: "pj.fanning" To: user@poi.apache.org Message-ID: <1531847857199-0.post@n5.nabble.com> In-Reply-To: <28E2E643-D880-42CC-8112-71C32410D84F@contrext.com> References: <28E2E643-D880-42CC-8112-71C32410D84F@contrext.com> Subject: Re: How to Set Up XPath/XQuery With Latest POI and XMLBeans Using Maven? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit When we release xmlbeans 3.0.0, we didn't release a new version of xmlbeans-xpath jar. The 2.6.0 version of xmlbeans-xpath should work ok with xmlbeans 3.0.0. The Saxon dependency that it has is old though. It was built with https://master.dl.sourceforge.net/project/saxon/OldFiles/9.0/9.0.0.4/saxonb9-0-0-4j.zip This is documented at https://xmlbeans.apache.org/download/index.html If you want to try building an xmlbeans-xpath jar for yourself that uses a newer saxon jar, look at the link above and download the xmlbeans source from svn. You can modify the build.xml to change the URL for the saxon download. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@poi.apache.org For additional commands, e-mail: user-help@poi.apache.org