[Mono-list] Help needed with XSLT transformations (documentation browser)

Miguel de Icaza miguel@ximian.com
14 Oct 2002 14:15:20 -0400


Hello!

> Where did the mscorlib.xml file come from?  Is there any chance we can
> add the class summaries to it?  It will be a disaster if I need to open
> each individual class.xml file and read the summaries when generating
> index pages.

You do not need to generate the Index pages, the documentation browser
will do this.

Each one of the small xml files contains a single type fully
documented.  The only summaries that are required to be generated are
summaries for methods/properties/fields in that particular type.

Everything else is not really possible, since it will probably be the
union of multiple assemblies (for example, there are classes that are
System.Data providers but live in the System.Xml assembly).  This kind
of summary will be generated on the flight.

I will try your attached files in a couple of hours as I have some
things to finish here, I just wanted to reply to this urgent matter.

Miguel.