[Mono-docs-list] aspx monodoc beginnings
   
    Miguel de Icaza
     
    miguel@ximian.com
       
    10 Jul 2003 15:13:19 -0400
    
    
  
Hello,
> 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
There is a problem with my idea:  It would require well-formed XML to
be generated, and we are generating HTML, not XML.
Philippe's work works around this, but is XSLT supposed to work with
possibly broken HTML?
Miguel.