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

Joshua Tauberer tauberer@for.net
Sun, 07 Sep 2003 12:59:20 -0400


Miguel de Icaza wrote:
>     * <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.

>     * 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?

-- 
- Joshua Tauberer

http://taubz.for.net

** Nothing Unreal Exists **