Hi, Is there no longer a way to browse the cvs ? I cannot find the link. I wanted to check how you added support for the nested tags in the asp page because from the description published on the mono site:
"Gonzalo moved XSP along this week: Added support for templates, columns inside DataGrid, HTML comments, code render and data binding tags, style properties in style tags, ListItem inside list controls, float and double properties." I guess that you are handling nested tags with your own routines provide by xsp... Tell me if I'm wrong but I think that asp.net should only handle the main tag and hand the nested tags to the control that is providing the way to serialize and deserialize itself into nested tags... For that a control is using attributes to describe how it should be serialized... Last time I looked into the controls source code, I did not see any design time attributes. Is this still the case ? John. > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Gonzalo Paniagua Javier > Sent: dimanche 2 juin 2002 02:28 > To: '[EMAIL PROTECTED]' > Cc: Michael Scott > Subject: Re: [Mono-list] ASP.Net > > > * [ Michael Scott <[EMAIL PROTECTED]> > * Sat, 01 Jun 2002 13:20:10 +0200 ] > > To Gaurav, Leen or Patrik, > > > > I am interested in helping in the effort to build ASP.Net > classes for mono. > > If someone would email me with the information. > > Hi Michael! > > In CVS module xsp you will find xsp (a aspx -> C# code > generator) and a > little web server (by now we don't need much more) that takes an aspx > page, generates the C# code for it, compile and render HTML. > > Check it out. It currently uses MS runtime to render the html, but i'm > adding command line options to use System.Web and System.Drawing from > mono. Once this options are added, you can use it to debug > mono ASP.NET classes > and/or provide missing functionality. > > - Gonzalo > > > > -- > Gonzalo Paniagua Javier <[EMAIL PROTECTED]> > http://www.gnome-db.org/~gonzalo/ > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
