[PHP-DOC] cvs: phpdoc /it/functions xml.xml From: Luca Perugini (l.perugini <email protected>)
Date: 07/11/00

perugini Tue Jul 11 17:05:34 2000 EDT

  Modified files:
    /phpdoc/it/functions xml.xml
  Log:
  Update from english tree
  
  
Index: phpdoc/it/functions/xml.xml
diff -u phpdoc/it/functions/xml.xml:1.3 phpdoc/it/functions/xml.xml:1.4
--- phpdoc/it/functions/xml.xml:1.3 Sat Jun 24 00:38:44 2000
+++ phpdoc/it/functions/xml.xml Tue Jul 11 17:05:34 2000
@@ -626,7 +626,7 @@
 
 function xml() {
     $this->parser = xml_parser_create();
- xml_set_object($this->parser,&$this);
+ xml_set_object($this->parser,&amp;$this);
     xml_set_element_handler($this->parser,"tag_open","tag_close");
     xml_set_character_data_handler($this->parser,"cdata");
 }
@@ -702,7 +702,7 @@
        <funcdef><replaceable>startElementHandler</replaceable></funcdef>
        <paramdef>int <parameter>parser</parameter></paramdef>
        <paramdef>string <parameter>name</parameter></paramdef>
- <paramdef>string <parameter>attribs</parameter></paramdef>
+ <paramdef>array <parameter>attribs</parameter></paramdef>
      </funcprototype>
      </funcsynopsis>
      <variablelist>