There's nothing to fix: your browser interprets the file as an XML file, whereas it's a DTD. Line 17 is an <!ELEMENT, and "!" is invalid in an XML element name, but it's not an XML element, it's DTD declaration.
On Tuesday, April 3, 2012 6:09:05 PM UTC+2, Rick Fisher wrote: > > My dear friends at Google, > > Are you aware the following DTD has an error? > > "http://google-web-toolkit.googlecode.com/svn/tags/2.4.0/distro- > source/core/src/gwt-module.dtd<http://google-web-toolkit.googlecode.com/svn/tags/2.4.0/distro-source/core/src/gwt-module.dtd>" > > > > ::::::::::::::::: BEGIN ::::::::::::::: > This page contains the following errors: > > error on line 17 at column 2: StartTag: invalid element name > Below is a rendering of the page up to the first error. > ::::::::::::::::: END ::::::::::::::: > > It is causing errors in our projects - "IntelliJ compile" > > Can someone fix it? :-) > > Thank you -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/xPLElADNBQMJ. 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.
