Hi, I discovered that not only the <html:base> tag doesn't render a tag
closure but also all the <html:..input> elements (text, password and so on).
This unfortunately results in a document which is not valid conforming to
the XHTML 1.0.
Would it be possible to add the HTML tags closure for the <html:...> tags?
The fugure of HTML seems to be XHTML and it wouldn't be that nice to have
maybe some good tool which we cannot use because our documents are not well
formed.
Here follows a W3C validated document based on the XHTML 1.0 dtd:
<!-- BEGIN OF XHTML validation -->
Line 15, column 58: end tag for "base" omitted, but OMITTAG NO was specified
<base href="http://www.jemos.org/jemos/jemos/login.jsp">
^
Line 15, column 2: start tag was here (explain...).
<base href="http://www.jemos.org/jemos/jemos/login.jsp">
^
Line 91, column 35: value of attribute "method" cannot be "POST"; must be
one of "get", "post" (explain...).
<form name="loginForm" method="POST"
action="/jemos/loginAction.do;jsessionid=F8
^
Line 96, column 48: value of attribute "valign" cannot be "center"; must be
one of "top", "middle", "bottom", "baseline" (explain...).
...olspan='3' height='50' valign='center' class="centerText"><h2>Please
Login</h
^
Line 101, column 97: end tag for "input" omitted, but OMITTAG NO was
specified
... name="email" size="40" value=""></td>
^
Line 101, column 42: start tag was here (explain...).
... <td class="headerText" align="left"><input type="text" name="email"
size="40
^
Line 108, column 82: end tag for "input" omitted, but OMITTAG NO was
specified
...axlength="30" size="30" value=""></td>
^
Line 108, column 5: start tag was here (explain...).
<input type="password" name="password" maxlength="30" size="30"
value=""></
^
Line 113, column 44: end tag for "input" omitted, but OMITTAG NO was
specified
<input type="submit" value="Submit">
^
Line 113, column 8: start tag was here (explain...).
<input type="submit" value="Submit">
^
<!-- END OF XHTML validation -->
Regards,
Marco
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]