You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2018/08/18 06:50:24 UTC

svn commit: r1838311 - in /poi/site: publish/help/faq.html src/documentation/content/xdocs/help/faq.xml

Author: centic
Date: Sat Aug 18 06:50:24 2018
New Revision: 1838311

URL: http://svn.apache.org/viewvc?rev=1838311&view=rev
Log:
Adjust FAQ entry for version 1.4 of ooxml-schemas

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

Modified: poi/site/publish/help/faq.html
URL: http://svn.apache.org/viewvc/poi/site/publish/help/faq.html?rev=1838311&r1=1838310&r2=1838311&view=diff
==============================================================================
--- poi/site/publish/help/faq.html (original)
+++ poi/site/publish/help/faq.html Sat Aug 18 06:50:24 2018
@@ -188,20 +188,21 @@ System.out.println("POI Scratchpad came
        <em>org.openxmlformats.schemas</em> namespace.</p>
 <p>There are two jar files available, as described in
        <a href="../components/">the components overview section</a>.
-       The <em>full jar of all of the schemas is ooxml-schemas-1.3.jar</em>,
-       and it is currently around 15mb. The <em>smaller poi-ooxml-schemas
-       jar</em> is only about 4mb. This latter jar file only contains the
+       The <em>full jar of all of the schemas is ooxml-schemas-1.4.jar
+       (lower versions for older releases, see table below)</em>,
+       and it is currently around 16mb. The <em>smaller poi-ooxml-schemas
+       jar</em> is only about 6mb. This latter jar file only contains the
        typically used parts though.</p>
 <p>Many users choose to use the smaller poi-ooxml-schemas jar to save
        space. However, the poi-ooxml-schemas jar only contains the XSDs and
        classes that are typically used, as identified by the unit tests.
        Every so often, you may try to use part of the file format which
        isn't included in the minimal poi-ooxml-schemas jar. In this case,
-       you should switch to the full ooxml-schemas-1.3.jar. Longer term,
+       you should switch to the full ooxml-schemas-1.4.jar. Longer term,
        you may also wish to submit a new unit test which uses the extra
        parts of the XSDs, so that a future poi-ooxml-schemas jar will
        include them.</p>
-<p>There are a number of ways to get the full ooxml-schemas-1.3.jar.
+<p>There are a number of ways to get the full ooxml-schemas-1.4.jar.
        If you are a maven user, see the
        <a href="../components/">the components overview section</a>
        for the artifact details to have maven download it for you.
@@ -256,6 +257,14 @@ System.out.println("POI Scratchpad came
                 <td colspan="1" rowspan="1">Visio XML format support added, can be used with POI 3.7 - POI 3.13 as well</td>
             
 </tr>
+            
+<tr>
+                
+<td colspan="1" rowspan="1">ooxml-schemas-1.4.jar</td>
+                <td colspan="1" rowspan="1">POI 4.0.0 and newer</td>
+                <td colspan="1" rowspan="1">Provide schema for AlternateContent, can be used with previous versions of POI as well</td>
+            
+</tr>
         
 </table>
 </div>

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=1838311&r1=1838310&r2=1838311&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/help/faq.xml (original)
+++ poi/site/src/documentation/content/xdocs/help/faq.xml Sat Aug 18 06:50:24 2018
@@ -75,20 +75,21 @@ System.out.println("POI Scratchpad came
        <em>org.openxmlformats.schemas</em> namespace.</p>
       <p>There are two jar files available, as described in
        <a href="site:components">the components overview section</a>.
-       The <em>full jar of all of the schemas is ooxml-schemas-1.3.jar</em>,
-       and it is currently around 15mb. The <em>smaller poi-ooxml-schemas
-       jar</em> is only about 4mb. This latter jar file only contains the
+       The <em>full jar of all of the schemas is ooxml-schemas-1.4.jar
+       (lower versions for older releases, see table below)</em>,
+       and it is currently around 16mb. The <em>smaller poi-ooxml-schemas
+       jar</em> is only about 6mb. This latter jar file only contains the
        typically used parts though.</p>
       <p>Many users choose to use the smaller poi-ooxml-schemas jar to save
        space. However, the poi-ooxml-schemas jar only contains the XSDs and
        classes that are typically used, as identified by the unit tests.
        Every so often, you may try to use part of the file format which
        isn't included in the minimal poi-ooxml-schemas jar. In this case,
-       you should switch to the full ooxml-schemas-1.3.jar. Longer term,
+       you should switch to the full ooxml-schemas-1.4.jar. Longer term,
        you may also wish to submit a new unit test which uses the extra
        parts of the XSDs, so that a future poi-ooxml-schemas jar will
        include them.</p>
-      <p>There are a number of ways to get the full ooxml-schemas-1.3.jar.
+      <p>There are a number of ways to get the full ooxml-schemas-1.4.jar.
        If you are a maven user, see the
        <a href="site:components">the components overview section</a>
        for the artifact details to have maven download it for you.
@@ -129,6 +130,11 @@ System.out.println("POI Scratchpad came
                 <td>POI 3.14 and newer</td>
                 <td>Visio XML format support added, can be used with POI 3.7 - POI 3.13 as well</td>
             </tr>
+            <tr>
+                <td>ooxml-schemas-1.4.jar</td>
+                <td>POI 4.0.0 and newer</td>
+                <td>Provide schema for AlternateContent, can be used with previous versions of POI as well</td>
+            </tr>
         </table>
     </answer>
   </faq>



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