Does anyone know of any tools that you can point at a project or the xml generated with its DLL to build you a template for documenting the project?

If not I'm thinking of trying to read the XML into a tree view, since the +/- buttons to expand and contract detail on something would be tremendously helpful for large libraries. The other thing I was considering was an XSLT to lay on top of a webpage.

I'm ok with XML, but not great with utilizing it in VB, so this would be good practice/learning.

Thoughts?