dams            Wed Jul 16 11:07:38 2003 EDT

  Modified files:              
    /phpdoc/en/reference/pdf    reference.xml 
  Log:
  removed informalexample
  
Index: phpdoc/en/reference/pdf/reference.xml
diff -u phpdoc/en/reference/pdf/reference.xml:1.8 
phpdoc/en/reference/pdf/reference.xml:1.9
--- phpdoc/en/reference/pdf/reference.xml:1.8   Thu May 15 12:28:26 2003
+++ phpdoc/en/reference/pdf/reference.xml       Wed Jul 16 11:07:38 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
  <reference id="ref.pdf">
   <title>PDF functions </title>
   <titleabbrev>PDF</titleabbrev>
@@ -290,8 +290,9 @@
       <simpara>
        The script <filename>getpdf.php</filename> just returns the pdf document.
       </simpara>
-      <informalexample>
-       <programlisting>
+      <example>
+       <title>Outputing a precalculated PDF</title>
+               <programlisting>
 <![CDATA[
 <?php
 $len = filesize($filename);
@@ -302,7 +303,7 @@
 ?>
 ]]>
        </programlisting>
-      </informalexample>
+      </example>
      </example>
     </para>
     <para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to