Support feedback:
I've just upgraded to 7.0, but now my xhtml no longer will validate. Here's a simple example from "foo.jsp":
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.1//EN" "
http://www.openmobilealliance.org/tech/DTD/xhtml-mobile11.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="en">
<html:xhtml/>
<head><title></title></head>
<body>
<p>
<b>Test</b>
</p>
</body>
</html>
It claims that <html> must be declared. In that section it allows only:
attribute
body
element
forward
getProduct
include
...
All the resources are loaded. What's up?
–
OS: Linux
JDK: JDK 1.6.0
IDEA: 7.0
Build: 7757
Attached.
See xhtml_idea_test/web/test_case.jsp
In general with IDEA the validation works great, but when it goes wrong
it's hard to tell what IDEA is doing. Similarly for javadocs... if it
finds them, great. If not it can be difficult to work out what's wrong.
Issue was resolved