Thanks for developing this excellent module. In using xmlsitemap for D7, I would like to specify different update frequencies for the blog with a path of mysite.org/blog versus blog posts, with a path of mysite.org/blog/my-blog-post. Blog posts are never updated, but the blog catalog is updated daily.
So I would like to specify the following in the custom link section:
In the custom link section:
blog 0.7 Daily
blog/* 0.5 Monthly
However, setting up a custom link of blog/* doesn't work. It is not parsed as a pattern match (regular expression). Instead, it results in an entry in the sitemap.xml of "mysite.org/blog/%2A".
Now this may be a bug, but in any case, I do believe this feature would be extremely useful for a large number of installations. The concept would apply not only to blog views, but articles, news, and just about any view where content is added on a regular basis.
Thanks very much.