How can I get Dojo Dijits (1.5.0, currently) to work with XHTML as application / xml + xhtml? It works if sent as text / html, but / xml + xhtml application is required.
This seems to be related to dijit.form.DatePicker and several others.
This is not a matter of checking the W3C, it just doesn't work at all .
Error: mismatched tag. Expected: </br>. Source File: Line: 5, Column: 54 Source Code: ><div class="dijitReset dijitValidationIcon"><br></div
JavaScript execution stops due to this error.
Obviously, I can recompile Dojo and fix it all separately, but it does a lot of work and does not fix everything.
Again, it works with the text / html, but the application / xml + xhtml is required.
mctom987
source share