SlickMap would be a great addition to XML Sitemap. Check out the demo at http://astuteo.com/slickmap/demo/
It looks like a small task, to a non-coder like me. As best as I can tell, we could provide an option to style the xml as an unordered list, and that would be it.
Comments
Comment #1
dave reidXML sitemap is not designed to be a sitemap for actual humans to use. It only follows the sitemaps.org specification for search engines. There is the possibility down the road to help generalize the code used here, but not for now.
Comment #2
dave reidAlso, XML sitemap does not know what pages are parents or children of other pages, which is needed for the SlickMap code to work.
Comment #3
mitchell commented@#2: What about using paths to determine hierarchies?
Comment #4
dave reidBecause now we're doing much more than just formatting it differently. This is a much more appropraite request for http://drupal.org/project/site_map or http://drupal.org/project/sitemenu. Right now this module is just about XML sitemaps.
Comment #5
mitchell commentedThank you for explaining, Dave.