public function parseByWrapper($arNameList, $sContent)
    {
        if (empty($arNameList) || !is_array($arNameList) || empty($sContent)) {
            return '';
        }