Subject: | radio buttons may emit invalid xml |
If an input element is created of type radio and has content pushed to
it, then ->as_XML will produce:
<input type='radio' value='a'>content
...instead of having a closing tag somewhere. Radio buttons should not
have content, so either there should be a closing tag to make it
well-formed XML or there should be an error when content it put in the
input to keep it valid XHTML.
--
rjbs