<?php define( 'SOURCE' , 'http://www.calend.ru/img/export/today-holidays.rss' ); $xmlstr = file_get_contents(SOURCE); $xml = simplexml_load_string($xmlstr); $holiday = $xml->channel->item[ 0 ]->title; echo $holiday; ?>