public attr / function, constructeurs __construct
[mtweb] / mw / libs / sxml.php
index 7d5bf20..0ed1f4a 100644 (file)
@@ -6,12 +6,14 @@
 
   http://www.shop24-7.info/32-0-simplexml-alternative-php4.html
 
-  ajout :
+  modifs dj3c1t :
 
--  xml_parser_set_option($this->parser, XML_OPTION_CASE_FOLDING, 0);
+-  ajout
+   xml_parser_set_option($this->parser, XML_OPTION_CASE_FOLDING, 0);
    dans la fonction parse($data) pour la prise en compte de la casse
 
--  if($attribs) $this->data['attrs'] = $attribs;
+-  ajout
+   if($attribs) $this->data['attrs'] = $attribs;
    dans la fonction tag_open pour la prise en compte des attributs
 
 */
@@ -65,5 +67,3 @@
     }
 
   }
-
-?>
\ No newline at end of file