[Mono-docs-list] Handbook Xhtmlified

Miguel de Icaza miguel@ximian.com
06 May 2003 13:12:12 -0400


Hello!

> What I have now is very basic, and there's an obvious bug (see the
> screenshot at http://www.fonicmonkey.net/monodoc.png ). 
> The tree nodes are sorted alphabetically, rather than using the ordering of the handbook xml file.
> I'm not sure if it's my code doing that or the browser/assembler.

The browser/assembler is probably at fault here.  I forget where I sort
the nodes in a generic way, but we can fix this.

one way of finding out the culprit is running:

	mono dump.exe yourtree.tree

That will show the tree as it is stored on the file.  At least that way
we know if the sorting is on the GUI or the assembling. 

It looks very very nice!

Miguel