jimw            Thu Dec 20 18:59:02 2001 EDT

  Modified files:              
    /phpdoc/en/functions        xml.xml 
  Log:
  can use object/method callbacks
  
Index: phpdoc/en/functions/xml.xml
diff -u phpdoc/en/functions/xml.xml:1.24 phpdoc/en/functions/xml.xml:1.25
--- phpdoc/en/functions/xml.xml:1.24    Mon Dec 17 16:04:54 2001
+++ phpdoc/en/functions/xml.xml Thu Dec 20 18:59:02 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
  <reference id="ref.xml">
   <title>XML parser functions</title>
   <titleabbrev>XML</titleabbrev>
@@ -801,11 +801,7 @@
      &true; is returned if the handlers are set up, &false; if
      <parameter>parser</parameter> is not a parser.
     </para>
-    <para>
-     There is currently no support for object/method handlers.  See
-     <function>xml_set_object</function> for using the XML parser
-     within an object.
-    </para>
+    &note.func-callback;
    </refsect1>
   </refentry>
 
@@ -870,11 +866,7 @@
      &true; is returned if the handler is set up, &false; if
      <parameter>parser</parameter> is not a parser.
     </para>
-    <para>
-     There is currently no support for object/method handlers.  See
-     <function>xml_set_object</function> for using the XML parser
-     within an object.
-    </para>
+    &note.func-callback;
    </refsect1>
   </refentry>
 
@@ -957,11 +949,7 @@
      &true; is returned if the handler is set up, &false; if
      <parameter>parser</parameter> is not a parser.
     </para>
-    <para>
-     There is currently no support for object/method handlers.  See
-     <function>xml_set_object</function> for using the XML parser
-     within an object.
-    </para>
+    &note.func-callback;
    </refsect1>
   </refentry>
 
@@ -1033,11 +1021,7 @@
      &true; is returned if the handler is set up, &false; if
      <parameter>parser</parameter> is not a parser.
     </para>
-    <para>
-     There is currently no support for object/method handlers.  See
-     <function>xml_set_object</function> for using the XML parser
-     within an object.
-    </para>
+    &note.func-callback;
    </refsect1>
   </refentry>
 
@@ -1155,11 +1139,7 @@
      &true; is returned if the handler is set up, &false; if
      <parameter>parser</parameter> is not a parser.
     </para>
-    <para>
-     There is currently no support for object/method handlers.  See
-     <function>xml_set_object</function> for using the XML parser
-     within an object.
-    </para>
+    &note.func-callback;
    </refsect1>
   </refentry>
 
@@ -1273,11 +1253,7 @@
      &true; is returned if the handler is set up, &false; if
      <parameter>parser</parameter> is not a parser.
     </para>
-    <para>
-     There is currently no support for object/method handlers.  See
-     <function>xml_set_object</function> for using the XML parser
-     within an object.
-    </para>
+    &note.func-callback;
    </refsect1>
   </refentry>
 
@@ -1387,11 +1363,7 @@
      &true; is returned if the handler is set up, &false; if
      <parameter>parser</parameter> is not a parser.
     </para>
-    <para>
-     There is currently no support for object/method handlers.  See
-     <function>xml_set_object</function> for using the XML parser
-     within an object.
-    </para>
+    &note.func-callback;
    </refsect1>
   </refentry>
 
@@ -2169,6 +2141,7 @@
     <para>
      &warn.undocumented.func;
     </para>
+    &note.func-callback;
    </refsect1>
   </refentry>
 
@@ -2193,6 +2166,7 @@
     <para>
      &warn.undocumented.func;
     </para>
+    &note.func-callback;
    </refsect1>
   </refentry>
 


Reply via email to