nlopess         Sat Jan 17 15:19:49 2004 EDT

  Modified files:              
    /phpdoc/en/reference/tidy   ini.xml reference.xml 
  Log:
  added clean_outout ini option
  
Index: phpdoc/en/reference/tidy/ini.xml
diff -u phpdoc/en/reference/tidy/ini.xml:1.1 phpdoc/en/reference/tidy/ini.xml:1.2
--- phpdoc/en/reference/tidy/ini.xml:1.1        Sun Dec  7 11:33:30 2003
+++ phpdoc/en/reference/tidy/ini.xml    Sat Jan 17 15:19:49 2004
@@ -1,17 +1,18 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="tidy.configuration">
  &reftitle.runtime;
  &extension.runtime;
  <para>
   <table>
-   <title>tidy Configuration Options</title>
-   <tgroup cols="3">
+   <title>Tidy Configuration Options</title>
+   <tgroup cols="4">
     <thead>
      <row>
       <entry>Name</entry>
       <entry>Default</entry>
       <entry>Changeable</entry>
+      <entry>Function</entry>
      </row>
     </thead>
     <tbody>
@@ -19,6 +20,13 @@
       <entry>tidy.default_config</entry>
       <entry>""</entry>
       <entry>PHP_INI_SYSTEM</entry>
+      <entry>default path for tidy config file</entry>
+     </row>
+     <row>
+      <entry>tidy.clean_output</entry>
+      <entry>0</entry>
+      <entry>PHP_INI_PERDIR</entry>
+      <entry>turns on/off the output repairing by Tidy</entry>
      </row>
     </tbody>
    </tgroup>
@@ -26,24 +34,12 @@
   For further details and definition of the PHP_INI_* constants see
   <function>ini_set</function>.
 </para>
-
-&ini.descriptions.title;
-
-<para>
- <variablelist>
-   <varlistentry id="ini.tidy.default_config">
-   <term>
-    <parameter>tidy.default_config</parameter>
-    <type>string</type>
-   </term>
-   <listitem>
-    <para>
-     Default path for tidy config file.
-    </para>
-   </listitem>
-  </varlistentry>
- </variablelist>
+<warning>
+ <para>
+  Do not turn ON <literal>tidy.clean_output</literal> if you are generating
+  non-html content such as dynamic images.
  </para>
+</warning>
 </section>
 
 <!-- Keep this comment at the end of the file
Index: phpdoc/en/reference/tidy/reference.xml
diff -u phpdoc/en/reference/tidy/reference.xml:1.4 
phpdoc/en/reference/tidy/reference.xml:1.5
--- phpdoc/en/reference/tidy/reference.xml:1.4  Sun Dec  7 11:33:30 2003
+++ phpdoc/en/reference/tidy/reference.xml      Sat Jan 17 15:19:49 2004
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
  <reference id="ref.tidy">
-  <title>tidy Functions</title>
+  <title>Tidy Functions</title>
   <titleabbrev>tidy</titleabbrev>
 
   <partintro>

Reply via email to