You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/10/14 13:10:44 UTC

svn commit: r1894245 - in /xmlbeans/site/build/site/guide: AntTask.html XPathXQuery.html

Author: fanningpj
Date: Thu Oct 14 13:10:44 2021
New Revision: 1894245

URL: http://svn.apache.org/viewvc?rev=1894245&view=rev
Log:
update docs

Modified:
    xmlbeans/site/build/site/guide/AntTask.html
    xmlbeans/site/build/site/guide/XPathXQuery.html

Modified: xmlbeans/site/build/site/guide/AntTask.html
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/guide/AntTask.html?rev=1894245&r1=1894244&r2=1894245&view=diff
==============================================================================
--- xmlbeans/site/build/site/guide/AntTask.html (original)
+++ xmlbeans/site/build/site/guide/AntTask.html Thu Oct 14 13:10:44 2021
@@ -242,9 +242,10 @@ document.write("Last Published: " + docu
 <div class="content">
                 
 <strong>Note:</strong>
-                This task depends on two external libraries not
-                included in the Ant distribution: one called xbean.jar, one called jsr173_1.0_api.jar.
-                Both can be found in the XMLBeans developer kit at <a href="http://xmlbeans.apache.org/">http://xmlbeans.apache.org/</a>.
+                This task depends on an external libraries not
+                included in the Ant distribution - called xmlbeans.jar (or xbean.jar in older versions).
+                Older versions of xmlbeans may also need jsr173_1.0_api.jar.
+                xmlbeans.jar can be found in the XMLBeans developer kit at <a href="http://xmlbeans.apache.org/">http://xmlbeans.apache.org/</a>.
                 The build script will need to include a taskdef for xmlbean, which could look
                 like this:
             </div>

Modified: xmlbeans/site/build/site/guide/XPathXQuery.html
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/guide/XPathXQuery.html?rev=1894245&r1=1894244&r2=1894245&view=diff
==============================================================================
--- xmlbeans/site/build/site/guide/XPathXQuery.html (original)
+++ xmlbeans/site/build/site/guide/XPathXQuery.html Thu Oct 14 13:10:44 2021
@@ -634,8 +634,8 @@ document.write("Last Published: " + docu
 <div class="content">
                 
 <strong>Note:</strong>
-                To execute XQuery expressions, you must have Saxon-HE 10.2 on the classpath
-                which can be downloaded from the <a href="https://search.maven.org/artifact/net.sf.saxon/Saxon-HE/10.2/jar">Maven Repo</a>.
+                To execute XQuery expressions, you must have Saxon-HE 10.6 on the classpath
+                which can be downloaded from the <a href="https://search.maven.org/artifact/net.sf.saxon/Saxon-HE/10.6/jar">Maven Repo</a>.
             </div>
 </div>
 </div>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org