XHTML has removed the "name" attribute.
But the JavaScript method for reading radio buttons requires the "name" attribute to be the same on each radio button.
W3C says to use "id", but that no more than one "id" is valid.
I need to write an XHTML page with radio buttons. How?