You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "David Bertoni (JIRA)" <xa...@xml.apache.org> on 2005/05/23 22:55:55 UTC

[jira] Resolved: (XALANC-519) HTML serialization should reduce "boolean attributes" regardless of how created

     [ http://issues.apache.org/jira/browse/XALANC-519?page=all ]
     
David Bertoni resolved XALANC-519:
----------------------------------

     Resolution: Fixed
    Fix Version: CurrentCVS

> HTML serialization should reduce "boolean attributes" regardless of how created
> -------------------------------------------------------------------------------
>
>          Key: XALANC-519
>          URL: http://issues.apache.org/jira/browse/XALANC-519
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Reporter: David Marston
>     Assignee: David Bertoni
>     Priority: Minor
>      Fix For: CurrentCVS
>  Attachments: patch.txt, test1.xml, test1.xsl
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org