X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=mw%2Flibs%2Fsxml.php;fp=mw%2Flibs%2Fsxml.php;h=837b6746dee7d626bcd4952faa821b5af07b7573;hb=422d883e3ed8ee55ee41e3b7826f32b79cea646d;hp=7d5bf20325aac2217a6eb673b567de5710046cbf;hpb=e1b64e4088232b9d7b4acb2dc24279bb38fcafba;p=mtweb diff --git a/mw/libs/sxml.php b/mw/libs/sxml.php index 7d5bf20..837b674 100644 --- a/mw/libs/sxml.php +++ b/mw/libs/sxml.php @@ -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 */