For the life of me I can not figure out how to use the hook into Arne's Google XML Sitemap plugin using the generatorObject->AddUrl method.
I've written a plugin to gather the files outside of the wordpress install that I want to be included in the sitemap. The urls are in an array, and also stored in the options table.
How do I call the generatorObject->AddUrl for each individual url from my plugin?