darvina         Mon Apr 22 16:56:15 2002 EDT

  Modified files:              
    /phpdoc/en/reference/xml/functions  
                                        xml-set-external-entity-ref-handler.xml 
  Log:
  Wrong purpose descritpion
  
Index: phpdoc/en/reference/xml/functions/xml-set-external-entity-ref-handler.xml
diff -u phpdoc/en/reference/xml/functions/xml-set-external-entity-ref-handler.xml:1.3 
phpdoc/en/reference/xml/functions/xml-set-external-entity-ref-handler.xml:1.4
--- phpdoc/en/reference/xml/functions/xml-set-external-entity-ref-handler.xml:1.3      
 Fri Apr 19 07:11:21 2002
+++ phpdoc/en/reference/xml/functions/xml-set-external-entity-ref-handler.xml   Mon 
+Apr 22 16:56:14 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
   <refentry id="function.xml-set-external-entity-ref-handler">
    <refnamediv>
@@ -14,7 +14,7 @@
      <methodparam><type>string</type><parameter>handler</parameter></methodparam>
     </methodsynopsis>
     <para>
-     Sets the notation declaration handler function for the XML parser
+     Sets the external entity reference handler function for the XML parser
      <parameter>parser</parameter>.  <parameter>handler</parameter> is
      a string containing the name of a function that must exist when
      <function>xml_parse</function> is called for
@@ -61,7 +61,7 @@
        <listitem>
         <simpara>
          This is the base for resolving the system identifier
-         (<parameter>systemid</parameter>) of the external entity.  Currently
+         (<parameter>system_id</parameter>) of the external entity.  Currently
          this parameter will always be set to an empty string.
         </simpara>
        </listitem>


Reply via email to