Your message dated Wed, 10 Feb 2010 23:58:21 +0100
with message-id <[email protected]>
and subject line Package removed from Debian unstable
has caused the Debian Bug report #288147,
regarding nxml-mode: pattern matching should be case-sensitive in validation
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
288147: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288147
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nxml-mode
Version: 20041004-4
Severity: normal
Consider the following example:
ay:~> cat test.xml
<?xml version="1.0"?>
<root>Test</root>
ay:~> cat test.rnc
default namespace = ""
start = element root { xsd:normalizedString { pattern = "[a-z]*" } }
When test.xml is opened in emacs, nxml-mode says that the file is valid,
though the root element contains a "T". If I add ASCII letters (either
lowercase or uppercase), it still says that the file is valid, but as
soon as I add a non-letter character, nxml-mode says that the file is
invalid, as expected.
As a comparison, here's what I get with xmllint:
ay:~> trang test.rnc test.rng
ay:~> xmllint --noout --relaxng test.rng test.xml
test.xml:2: element root: Relax-NG validity error : Error validating datatype
normalizedString
test.xml:2: element root: Relax-NG validity error : Element root failed to
validate content
test.xml fails to validate
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (900, 'testing'), (200, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9-powerpc
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Versions of packages nxml-mode depends on:
ii emacs21 21.3+1-8 The GNU Emacs editor
ii emacsen-common 1.4.15 Common facilities for all emacsen.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 20041004-8+rm
Package removed from Debian unstable: http://bugs.debian.org/567767
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---