Creating an XML sitemap generator

vinit_1791 picture vinit_1791 · Jul 11, 2012 · Viewed 14.2k times · Source

I want to create a XML sitemap generator. I have a script which creates a sitemap if placed in your directory with other files.

But I want to create a generator which will work with URL. Here what I actually want to create is, get a URL from user, track all web pages from given URL, put them in a XML sitemap format and give back the same XML file to user.

Please help me in this, I am doing this as project work. Following URLs work in same way:
http://www.xml-sitemaps.com/
http://www.web-site-map.com/

Answer