16 $strServerOutput = $this->text;
19 \CUpdateSystem::ParseServerData($strServerOutput, $arRes, $strError);
21 if (!isset($arRes[self::WRAPER_TAG]) || !is_array($arRes[self::WRAPER_TAG][
'#']))
27 foreach ($arRes[self::WRAPER_TAG][
'#'] as $tag => $items)
30 foreach ($items as $item)
32 $result[$tag] = array_merge($result[$tag], $item[
'@']);
33 if (isset($item[
'#']) && !empty($item[
'#']))
35 $result[$tag][
'_VALUE'] = $item[
'#'];