(To use the following with IE you MUST declare the xmlns in your html tag.)
Or serve xhtml pages with a content-type of text/xhtml (not just xhtml doctype!).
Dojo Checkbox using namespaces <dojo:Checkbox> ------ Dojo checkbox with the default HTML domain <dojo:Checkbox dojoDomain="html"> ------ MyButton Dojo Button using namespaces <dojo:Button> ------ MyNs checkbox using namespaces <myns:Check> ------
MyNs checkbox using dojoType <div dojoType="myns:Check"> ------ Declaration using an exluded namespace (should cause no error). <foo:Check> ------