Switching to XHTML is about changing the doctype of the page, not the file extension. See this: http://www.w3.org/QA/2002/04/valid-dtd-list.html
When you say you have updated the references, where? Are you getting something like: HTTP ERROR: 404 NOT_FOUND RequestURI=/index.html Powered by Jetty:// If so then you need to tell browser to hit your new URL. Also go into web.xml and change the default welcome page URL. 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? > > Thanks -- 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.
