Esempio n. 1
0
 function GetXMLAttributeX($xml, $attrname, &$dest)
 {
     $value = FSJ_XML::findAttribute($xml, $attrname);
     if (!is_null($value)) {
         $dest = (string) $value;
     }
 }