Hello Dan, > What would I need to do to get ASP.NET web pages using MonoBASIC to work > with xsp? or any other CLR language that runs on Mono, such as, MonoLOGO?
Last I checked our classes for System.Web have hard-coded C# structures and statements. We did this initially, because we wanted to make progress in the direction of getting ASP.NET running, and using CodeDom was a distraction at that point. Now that we have a running and working ASP.NET, someone could "port" the existing hand-crafted C# code to use CodeDom and the compiler providers, so we can generate any language that exposes a CodeDom provider. Miguel. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
