티스토리 뷰

N.O.T.E

XML Documentation Comment Viewer

Dr.Lassi 2007. 11. 6. 12:22
XML Documentation Comment Viewer

The stylesheet doc.xsl implements a viewer for XML documentation comments in C#. It was written by Anders Hejlsberg. Just add the following line as the second line to the XML file produced by the C# compiler:

  <?xml:stylesheet href="doc.xsl" type="text/xsl"?>

if the above doesn't work, try this.

  <?xml-stylesheet href="doc.xsl" type="text/xsl"?>
and open the XML file in a web browser.

I modified this for showing <list> type either.
Thanks, Anders Hejlsberg.
Reference - http://dotnet.jku.at/DocView/