The XML Documentation tools in Visual Studio will only read the special XML
Comments, not all remarks tags. It would certainly be possible to write your
own parser to extract all the comments and format them as XML, and then
write an XSLT that transforms this to an HTML format of your choosing.
It should also be noted that you can extend the recommended set of tags in
the special comments sections with whatever elements and attributes you may
wish to add.

Signature
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.
> Is it possible to use the built in XML Doc functionality of VS to create
> full
[quoted text clipped - 26 lines]
> Generally
> I would need something like the good old CWeb Tangle/Weave for C#.