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:34:38 UTC

svn commit: r1894267 - /poi/site/publish/components/configuration.html

Author: fanningpj
Date: Thu Oct 14 19:34:38 2021
New Revision: 1894267

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

Modified:
    poi/site/publish/components/configuration.html

Modified: poi/site/publish/components/configuration.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/configuration.html?rev=1894267&r1=1894266&r2=1894267&view=diff
==============================================================================
--- poi/site/publish/components/configuration.html (original)
+++ poi/site/publish/components/configuration.html Thu Oct 14 19:34:38 2021
@@ -312,6 +312,19 @@ document.write("Last Published: " + docu
         
 <tr>
           
+<td colspan="1" rowspan="1">org.apache.poi.ooxml.POIXMLTypeLoader.DEFAULT_XML_OPTIONS</td>
+          <td colspan="1" rowspan="1">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 colspan="1" rowspan="1"><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