Dear all,i have migrate my 7.0.x server to release 8.5.1.
There are some differences when Domino Server translate parts of the elements design to web (es: Forms, Pages, etc…)
The domino 7.0.2 web server traslate my design form fields as:
…
…
The domino 8.5.1 web server traslate my design form fields as:
…
…
As you can see there are an important difference with character “/>” instead “>” at the end of html cod for each field.
Seems that 8.5.1 translate the web design elements as XHTML format instead HTML format.
This is a problem if you want to check document as HTML 4.01 Transitional by using the validator: The W3C Markup Validation Service
the “/>” character as checked by the validator as:
NET-enabling start-tag requires SHORTTAG YES
Conslusion,
with server 7.0.2 the web forms are translate on web “correctly” in order to perform a correct check by using the validator as HTML 4.0.1 Transitional, without warnings.
with server 8.5.1 this not happened and the validator return one warning for each field or other elements (eg: tables) that end with “/>”.
There are some other setting to do in the server configuration ?
In the server 8.5.1 configuration i have setting the same parameters in the NOTES.ini as the server 7.0.x
DominoCompleteDocType=0
but the problem still remain.
any suggestions ?