[Mono-list] Help needed with XSLT transformations
(documentation browser)
Miguel de Icaza
miguel@ximian.com
12 Oct 2002 19:00:41 -0400
Hello!
> member to have it's own file too, but am not sure about that. Many people
> are clamoring for an msdn like documentation and this would require members
> to be broken out into individual html files, but many others like javadoc
> style...
>
> So for linking you'd probably have something like <a
> href="RelativePath/System.Object.html">Object</a>
Do not worry too much about the a href, since we are going to be the
ones parsing this information on the flight, just make up something, as
we will be the ones resolving the link anyways:
<a href="class:System.Object">
Miguel