I'm writing a sitemap generator, and we've got webinator running on the back indexing everything. The sitemap itself has some restrictions about what really needs to be listed (each directory has 5 related & linked files or somesuch, so we just list the first as the "entry point") ..
I've got it so it works via fetch and send, which was how i was testing it. Now I want to change it to read/write, since the sitemap will only need updating whenever the walk is done (currently once a week), and it seems overkill of resources to have it auto-generate the same thing everytime ... So! How do I store it out? It changes all the <tags> to <tags> which, as you can probably guess, looks nothing like it's supposed to when displayed
I've got it so it works via fetch and send, which was how i was testing it. Now I want to change it to read/write, since the sitemap will only need updating whenever the walk is done (currently once a week), and it seems overkill of resources to have it auto-generate the same thing everytime ... So! How do I store it out? It changes all the <tags> to <tags> which, as you can probably guess, looks nothing like it's supposed to when displayed