dams            Fri Jul 13 13:53:13 2001 EDT

  Modified files:              
    /phpdoc/en/functions        fdf.xml 
  Log:
  Adding a few extra xml tags.
  
Index: phpdoc/en/functions/fdf.xml
diff -u phpdoc/en/functions/fdf.xml:1.12 phpdoc/en/functions/fdf.xml:1.13
--- phpdoc/en/functions/fdf.xml:1.12    Fri Jul 13 13:17:47 2001
+++ phpdoc/en/functions/fdf.xml Fri Jul 13 13:53:13 2001
@@ -88,7 +88,7 @@
 } else
   echo "Preparer shall not be shown.<BR>";
 fdf_close($fdf);
-?>
+?>
      </programlisting>
     </example>
 
@@ -130,7 +130,7 @@
 $fdf = fdf_open("test.fdf");
 ...
 fdf_close($fdf);
-?>
+?&gt;
      </programlisting>
     </example></para>
 
@@ -194,7 +194,7 @@
 $fp = fopen("outtest.fdf", "r");
 fpassthru($fp);
 unlink("outtest.fdf");
-?>
+?&gt;
      </programlisting>
     </example></para>
 
@@ -534,7 +534,7 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     The <function>fdf_set_javascript_action</function> sets a javascript
+     <function>fdf_set_javascript_action</function> sets a javascript
      action for the given field <parameter>fieldname</parameter>.
     </para>
     <para>
@@ -558,10 +558,11 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     The <function>fdf_set_encoding</function> sets the character
-     encoding in FDF document. <parameter>encoding</parameter> 
-     should be the valid encoding name such as "Shift-JIS" or
-     "Unicode".
+     <function>fdf_set_encoding</function> sets the character
+     encoding in FDF document <parameter>fdf_document</parameter>. 
+     <parameter>encoding</parameter> should be the valid encoding 
+     name such as "<literal>Shift-JIS</literal>" or 
+     "<literal>Unicode</literal>".
     </para>
     <para>
      The <function>fdf_set_encoding</function> is available in


Reply via email to