Update the stax dependency documentation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1088564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aad03b8cd3
commit
a110f31e4c
@ -249,7 +249,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>poi-ooxml-schemas (*)</td>
|
<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>
|
<td>poi-ooxml-schemas-version-yyyymmdd.jar</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -259,7 +259,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>ooxml-schemas</td>
|
<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>
|
<td>ooxml-schemas-1.1.jar</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@ -272,6 +272,12 @@
|
|||||||
The larger ooxml-schemas jar is <link href="faq.html">normally</link>
|
The larger ooxml-schemas jar is <link href="faq.html">normally</link>
|
||||||
only required for development
|
only required for development
|
||||||
</p>
|
</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>
|
||||||
<section><title>Examples</title>
|
<section><title>Examples</title>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user