Your message dated Fri, 25 Sep 2009 22:38:36 +0200
with message-id <[email protected]>
and subject line Re: Bug#512351: libxml2: bogus line numbers in push mode
has caused the Debian Bug report #512351,
regarding libxml2: bogus line numbers in push mode
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.)
--
512351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512351
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libxml2
Version: 2.6.32.dfsg-5
Severity: minor
$ cat test.xml
<root>
<foo></bar>
</root>
$ xmllint test.xml
test.xml:2: parser error : Opening and ending tag mismatch: foo line 2 and bar
<foo></bar>
^
$ xmllint --push test.xml
test.xml:2: parser error : Opening and ending tag mismatch: foo line 0 and bar
<foo></bar>
^
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (900, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libxml2 depends on:
ii libc6 2.7-18 GNU C Library: Shared libraries
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
Versions of packages libxml2 recommends:
ii xml-core 0.12 XML infrastructure and XML catalog
libxml2 suggests no packages.
-- no debconf information
--
Jakub Wilk
--- End Message ---
--- Begin Message ---
Version: 2.7.4.dfsg-1
On Tue, Jan 20, 2009 at 12:10:38AM +0100, Jakub Wilk wrote:
> Package: libxml2
> Version: 2.6.32.dfsg-5
> Severity: minor
>
> $ cat test.xml
> <root>
> <foo></bar>
> </root>
>
> $ xmllint test.xml
> test.xml:2: parser error : Opening and ending tag mismatch: foo line 2 and bar
> <foo></bar>
> ^
>
> $ xmllint --push test.xml
> test.xml:2: parser error : Opening and ending tag mismatch: foo line 0 and bar
> <foo></bar>
This was fixed in 2.7.4.dfsg-1
Mike
--- End Message ---