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
_______________________________________________
Mono-docs-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-docs-list

Reply via email to