You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2011/04/04 13:35:46 UTC

svn commit: r1088564 - /poi/trunk/src/documentation/content/xdocs/overview.xml

Author: nick
Date: Mon Apr  4 11:35:45 2011
New Revision: 1088564

URL: http://svn.apache.org/viewvc?rev=1088564&view=rev
Log:
Update the stax dependency documentation

Modified:
    poi/trunk/src/documentation/content/xdocs/overview.xml

Modified: poi/trunk/src/documentation/content/xdocs/overview.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/overview.xml?rev=1088564&r1=1088563&r2=1088564&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/overview.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/overview.xml Mon Apr  4 11:35:45 2011
@@ -249,7 +249,7 @@
         </tr>
         <tr>
           <td>poi-ooxml-schemas (*)</td>
-	  <td>xmlbeans, geronimo-stax-api_1.0_spec</td>
+	  <td>xmlbeans, stax-api-1.0.1</td>
           <td>poi-ooxml-schemas-version-yyyymmdd.jar</td>
         </tr>
         <tr>
@@ -259,7 +259,7 @@
         </tr>
         <tr>
           <td>ooxml-schemas</td>
-	  <td>xmlbeans, geronimo-stax-api_1.0_spec</td>
+	  <td>xmlbeans, stax-api-1.0.1</td>
           <td>ooxml-schemas-1.1.jar</td>
         </tr>
       </table>
@@ -272,6 +272,12 @@
 	The larger ooxml-schemas jar is <link href="faq.html">normally</link> 
    only required for development
       </p>
+      <p>
+   <!-- Include this bit until 3.9 -->
+   The OOXML jars require a stax implementation. Previously we suggested
+   "geronimo-stax-api_1.0_spec", but now "stax-api-1.0.1" is used for
+   better compatibilty with other Apache projects. Any compliant implementation
+   should work fine though.
     </section>
     <section><title>Examples</title>
       <p>



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