See http://www.w3.org/TR/xslt#section-HTML-Output-Method
"The html output method should output boolean attributes (that is attributes with only a single allowed value that is equal to the name of the attribute) in minimized form. For example, a start-tag written in the stylesheet as
<OPTION selected="selected"> should be output as
<OPTION selected>"
Thanks a lot for the help!
