Error in DTD "gwt-module.dtd"

83 views
Skip to first unread message

Rick Fisher

unread,
Apr 3, 2012, 12:09:05 PM4/3/12
to Google Web Toolkit
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"

::::::::::::::::: 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

Thomas Broyer

unread,
Apr 4, 2012, 5:35:53 AM4/4/12
to google-we...@googlegroups.com
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.
Reply all
Reply to author
Forward
0 new messages