Your message dated Sat, 11 Mar 2006 22:25:29 +0100
with message-id <[EMAIL PROTECTED]>
and subject line [xml/sgml-pkgs] Bug#356315: checked="false" is changed to 
checked
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libxslt1.1
Version: 1.1.12-8
Severity: normal

Running the identity transformation changes the checked="false"
attribute to checked (i.e. opposite meaning).  Attached stylesheet,
file and result obtained.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.15.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libxslt1.1 depends on:
ii  libc6                  2.3.2.ds1-22      GNU C Library: Shared libraries an
ii  libgcrypt11            1.2.0-11.1        LGPL Crypto library - runtime libr
ii  libgpg-error0          1.0-1             library for common error values an
ii  libxml2                2.6.16-7          GNOME XML library
ii  zlib1g                 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
        <xsl:output method="html"/>

        <xsl:template match="@*|node()">
                <xsl:copy>
                        <xsl:apply-templates select="@*|node()"/>
                </xsl:copy>
        </xsl:template>
</xsl:stylesheet>

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
On Fri, Mar 10, 2006 at 10:28:10PM -0500, Allan Wind <[EMAIL PROTECTED]> wrote:
> Package: libxslt1.1
> Version: 1.1.12-8
> Severity: normal
> 
> Running the identity transformation changes the checked="false"
> attribute to checked (i.e. opposite meaning).  Attached stylesheet,
> file and result obtained.

The "false" value for the checked attribute is wrong. checked only
accepts checked as a value. If you mean "not checked", you must remove
the attribute.

The "html" output method follows the rules of HTML for output and will
not output something wrong HTML-wise. Use the "xml" output method if you
want to keep your (wrong) checked="false" attribute.

Mike

--- End Message ---

Reply via email to