Your message dated Tue, 31 Oct 2006 15:28:11 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Input error on my part
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: libapache2-modxslt
Version: 2005072700
Severity: normal
*** Please type your report below this line ***
When producing XHTML output from an XML file and XSLT stylesheet,
libapache2-modxslt inserts the following meta tag, which is not valid XHTML:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
It should be a self-closing tag like the following:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
This means any page generated by libapache2-modxslt will not validate
correctly.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.061010.1
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
pgpGbv5dQX8KD.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
I was unaware of the <xsl:output method="xml"/> option, so was generating SGML
output rather than the stricter XML I was looking for.
pgpRZvlLf0XXQ.pgp
Description: PGP signature
--- End Message ---