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

Ben Maurer bmaurer@users.sourceforge.net
Sun, 07 Sep 2003 13:11:15 -0400


On Sun, 2003-09-07 at 12:59, Joshua Tauberer wrote:
> 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()
I took care of that.
> How will the html widget know to load the icons from resources in the 
> assembly?
We could make a source-id:monodoc.dll maybe? That would allow the web
version to easily take care of it.

-- Ben