Hi, I have read in Professional C# that it is possible to generate XML documentation from the comments written in the source files, and moreover that it is possible from this XML file to generate nice looking HTML documentation.
So... the book says that one can enable this feature using the 'Build Comment Web Pages...' from the Tools menu of Visual Studio .NET. I am not using VS.NET since I like to know it all from scratch

.
My problem is now... How do I make the HTML documentation from the XML file without using VS.NET? I have already made the XML file, but what about the HTML file?
Is it at all possible using the same method as VS.NET or do I have to do the XML interpretation myself

?
Thanks
Jacob.