$enc = $dom->createElement('enclosure');
$enc->setAttribute('url', $url_info['url']);
$enc->setAttribute('length', $url_info['download_content_length']);
$enc->setAttribute('type', $url_info['content_type']);
$enc = $dom->createElement('enclosure');
$enc->setAttribute('url', $url_info['url']);
$enc->setAttribute('length', $url_info['download_content_length']);
$enc->setAttribute('type', $url_info['content_type']);