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 2022/01/13 21:40:24 UTC

svn commit: r1897016 - /poi/site/src/documentation/content/xdocs/help/faq.xml

Author: fanningpj
Date: Thu Jan 13 21:40:23 2022
New Revision: 1897016

URL: http://svn.apache.org/viewvc?rev=1897016&view=rev
Log:
remove refs to xmlbeans 2.3

Modified:
    poi/site/src/documentation/content/xdocs/help/faq.xml

Modified: poi/site/src/documentation/content/xdocs/help/faq.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/help/faq.xml?rev=1897016&r1=1897015&r2=1897016&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/help/faq.xml (original)
+++ poi/site/src/documentation/content/xdocs/help/faq.xml Thu Jan 13 21:40:23 2022
@@ -413,11 +413,8 @@ case HSSFCell.CELL_TYPE_NUMERIC:
        <p>The OOXML support in Apache POI is built on top of the file format
          XML Schemas, as compiled into Java using
          <a href="https://xmlbeans.apache.org/">XMLBeans</a>. Currently,
-         the compilation is done with XMLBeans 2.3, for maximum compatibility
-         with installations. (You can use the resulting classes on the XMLBeans
-         2.3 runtime, or any later version of XMLBeans. If you are currently using
-         XMLBeans 2.2 or earlier, you will unfortunately have to upgrade, but this
-         isn't common any more).</p>
+         the compilation is done with XMLBeans 5.x, for maximum compatibility
+         with installations.</p>
         <p>All of the <em>org.openxmlformats.schemas.spreadsheetml.x2006</em> CT...
          classes are auto-generated by XMLBeans. The resulting generated Java goes
          in the <em>poi-ooxml-full-*-sources</em> jar, and the compiled version into the



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