> What is the best way to convert XML documentation into something like HTML
> or LaTeX nowadays? I can't find a version of NDoc that supports current
> versions of .NET Framework. Thanks.
NDoc is dead. Microsoft picked up the torch with Sandcastle, which is likely
to become the standard tool when it's fully matured.
http://msdn2.microsoft.com/en-us/vstudio/bb608422.aspx
Sandcastle produces HTML; I'm not aware of a tool that will produce LaTeX
output. Conceivably Sandcastle could be used for that as well if you tweak
stylesheets like crazy, but I'm not sure that's worth it.

Signature
J.
Michael A. Covington - 24 Mar 2008 15:35 GMT
>> What is the best way to convert XML documentation into something like
>> HTML or LaTeX nowadays? I can't find a version of NDoc that supports
[quoted text clipped - 8 lines]
> output. Conceivably Sandcastle could be used for that as well if you tweak
> stylesheets like crazy, but I'm not sure that's worth it.
Thanks. I'm glad to see Microsoft taking some interest in this capability
of their own products :)
I'll check out Doxygen also.
Doxygen?
> What is the best way to convert XML documentation into something like HTML
> or LaTeX nowadays? I can't find a version of NDoc that supports current
> versions of .NET Framework. Thanks.
Jeroen Mostert - 24 Mar 2008 15:26 GMT
> Doxygen?
Heh, I completely forgot about Doxygen, even though I used it for a while.
I'm not sure if that's a sign of anything.

Signature
J.