Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The situation illustrated in test case attribset17...
<Input Type="checkbox">
<xsl:attribute name="CHECKED">CHECKED</xsl:attribute>
</Input>
should be emitted as
<Input Type="checkbox" CHECKED>
and there is an output test (34, IIRC) that shows the same thing for LREs. We don't (yet) have a test for xsl:copy-of, which failed for me on <td nowrap>. I think one of the XalanC commiters should advise about whether xsl:copy or xsl:element use-attribute-sets="foo" or any other case is a separate code path that needs separate testing.
Brian Minchau and Henry Z. think that the set of attributes requiring this treatment is: checked, compact, declare, defer, disabled, ismap, multiple, nohref, noresize, noshade, nowrap, readonly, selected.