[Mono-list] CorCompare XML ready

Miguel de Icaza miguel@ximian.com
26 Feb 2002 13:11:20 -0500


> - However, I've added more cryptic mouse UI ;-) If you CTRL-click on an
> node (not the name!!) it'll expand that node and collapse the rest.

:-)

> - The names of the nodes themselves (all but the assemblies) are links
> to the MSDN docs (thanks Daniel!).

Beautiful!

> As for the web-site integration: do you know what the mechanism is for
> the 'template' process? in theory we could just have an <IFRAME/> since
> it's not really going to work on downlevel browsers, but then there's
> the whole scrolling mess, ugh.

What is the scrolling mess?   Maybe I can change the way the image is
rendered on the web site so its faster to display?  I am not
particularly attached to the web site layout, so if we need to make
changes, we will make them.

Currently, the way the templates work is by running a little script that
inserts the HTML into the template (I know more Perl than XSLT, hence
this hack of a solution ;-)

You can see how this is done if you look into the
`mono/doc/web/template.html.in'.  This file has two pieces that get
replaced: #MENU# and #CONTENT# with external chunks of HTML.

> I also added support for:
> 	namespace/structs/struct
> 	namespace/delegates/delegate
> 	namespace/enumerations/enumeration

Thanks a billion!

Miguel.