[Mono-docs-list] Monodoc editing and live preview.

Miguel de Icaza miguel@ximian.com
07 Sep 2003 20:05:10 -0400


Hello,

> >     * <see cref="SomeType"/> is invoked, the error message I get is: 
> 
> Looks like you need to add the extension object before calling Htmlize.
> 
> 	XsltArgumentList args = new XsltArgumentList();
> 	args.AddExtensionObject("monodoc://extensions", new ExtensionObject()
> 
> and pass that to Htmlize.  You'll have to make that class public, I guess.

Thanks for the hint!  I will give it a shot.

> >     * I would love to give some loving to the various "block" types to
> >       spice up our rendering.
> 
> How will the html widget know to load the icons from resources in the 
> assembly?

We should just hardcode a few images that we need, the url can be
"special", so it can be "special:lightbulb" for example