On Wed, 2005-09-21 at 01:16 +0200, Łukasz Piątkowski wrote: > Hi! > I need to get XHTML 1.1 Strict output from XSP/XSP2. I read > http://mono-project.com/WebStandards and searched the web and my > question is: what is the best / most prefered way to get that XHTML > output? Will XSP2 have (or maybe has already) option allowing one to > select format of output?
In theory, you can use your own HtmlTextWriter on a per browser basis. But we do not support that (it's not hard to do, it's just that we use a different way of getting the browser and all the properties associated). 2.0 will write XHTML by default, but there's no XHTML writer as of now. -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
