Something like this: http://www.xml-sitemaps.com/
might even be able to use yii webservices to just use that website to generate them. i'll try and take a stab at something like this tomorrow.
after you pass in a url it gives you your sitemaps back:
http://www.xml-sitem…Yii/sitemap.xml
sample generation:
<?xml version="1.0" encoding="UTF-8" ?> - <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> - <!-- created with Free Online Sitemap Generator www.xml-sitemaps.com --> - <url> <loc>http://valhalla-studios.com/VStudios_Yii/</loc> <priority>1.00</priority> <changefreq>daily</changefreq> </url> - <url> <loc>http://valhalla-studios.com/VStudios_Yii/home.html</loc> <priority>0.80</priority> <changefreq>daily</changefreq> </url> - <url> <loc>http://valhalla-studios.com/VStudios_Yii/ourWork.html</loc> <priority>0.80</priority> <changefreq>daily</changefreq> </url> - <url> <loc>http://valhalla-studios.com/VStudios_Yii/portfolio.html</loc> <priority>0.80</priority> <changefreq>daily</changefreq> </url> - <url> <loc>http://valhalla-studios.com/VStudios_Yii/FAQ.html</loc> <priority>0.80</priority> <changefreq>daily</changefreq> </url> - <url> <loc>http://valhalla-studios.com/VStudios_Yii/priceQuote.html</loc> <priority>0.80</priority> <changefreq>daily</changefreq> </url> - <url> <loc>http://valhalla-studios.com/VStudios_Yii/contactUs.html</loc> <priority>0.80</priority> <changefreq>daily</changefreq> </url> </urlset>