[Mono-docs-list] aspx monodoc beginnings

John Luke jluke@cfl.rr.com
10 Jul 2003 15:21:52 -0400


On Thu, 2003-07-10 at 14:27, Miguel de Icaza wrote:
> I like this plan, but it has a little problem: it will not work with
> Javascript less clients (like Lynx), maybe we should do this on the
> --www option command line?
> 
> Something like:
> 
> 	monodoc --www-link-prefix "monodoc.aspx?blah" --www
> 
> Now, another idea, is: since we are using .aspx, why not directly
> "link" monodoc, instead of spawning it?  That way we could avoid
> completely the security issues around a url containing characters that
> might be escaped by the shell.
> 
> Just use "browser.exe" as an assembly to link with.
> 
> Miguel.
Yes, I agree with both parts, but I haven't done that because I have not
yet figured out xslt or asp.net to do those two things.  I figured I
would put it out working, and then someone who knows how to do either of
those things could do it.  Otherwise, when I get a chance I will do it.

Since my knowledge of asp.net consists of the xsp examples, I will go
see if there is one there that does that.