﻿<?php
 
 
 
header("Content-Type: text/xml;charset=utf-8");  
 
set_time_limit  (300);
 
ignore_user_abort(true);
 
 
 
$pageUrl="austins-paris-hotel.com";
 
$seoUrl="http://www.1001seo.com/automap/?url=".$pageUrl;
 
$sitemapXML=file_get_contents($seoUrl);
 
echo $sitemapXML;at
 
 
 
?>