On Feb 21, 12:14 am, Paul S <[email protected]> wrote: > Switching to XHTML is about changing the doctype of the page, not the > file extension.
Using XHTML is by no mean a matter of DOCTYPE, but of media type. See this: http://hixie.ch/advocacy/xhtml > On Feb 21, 12:33 am, markww <[email protected]> wrote: > > > Hi, > > > I want to use an XHTML file instead of an HTML file as the entry page > > for my project. If I change myproject.HTML to myproject.XHTML, the > > project no longer works (I updated the other references to .HTML in my > > project as well). Does gwt just not work with XHTML? GWT uses document.write() in the *.nocache.js, so no, it won't work in XHTML. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
