nouveau module "models" dans l'environnement
[mtweb] / mw / libs / sxml.php
index 7d5bf20..837b674 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
 
 */