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 19:32:38 UTC

svn commit: r1894266 - /poi/site/src/documentation/content/xdocs/components/configuration.xml

Author: fanningpj
Date: Thu Oct 14 19:32:38 2021
New Revision: 1894266

URL: http://svn.apache.org/viewvc?rev=1894266&view=rev
Log:
extra doc

Modified:
    poi/site/src/documentation/content/xdocs/components/configuration.xml

Modified: poi/site/src/documentation/content/xdocs/components/configuration.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/configuration.xml?rev=1894266&r1=1894265&r2=1894266&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/configuration.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/configuration.xml Thu Oct 14 19:32:38 2021
@@ -43,6 +43,16 @@
         </tr>
 
         <tr>
+          <td>org.apache.poi.ooxml.POIXMLTypeLoader.DEFAULT_XML_OPTIONS</td>
+          <td>POI support for XSSF APIs relies heavily on <a href="https://xmlbeans.apache.org">XMLBeans</a>.
+            This instance can be <a href="https://xmlbeans.apache.org/docs/5.0.0/org/apache/xmlbeans/XmlOptions.html">configured</a>.
+            It is recommended to take care if you do change any of the config items.
+            In POI 5.1.0, we will disallow Doc Type parsing in the XML files embedded in xlsx/docx/pptx/etc files, by default.
+            DEFAULT_XML_OPTIONS.setDisallowDocTypeDeclaration(false) will undo this change.
+          </td>
+        </tr>
+
+        <tr>
           <td><a href="https://poi.apache.org/apidocs/5.0/org/apache/poi/openxml4j/util/ZipSecureFile.html#setMinInflateRatio-double-">
               org.apache.poi.openxml4j.util.ZipSecureFile.setMinInflateRatio(double ratio)</a>
           </td>



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