Your message dated Fri, 25 Sep 2009 22:41:27 +0200
with message-id <[email protected]>
and subject line Re: Bug#530375: libxml2: unrecognized XPointer schemes are not 
skipped
has caused the Debian Bug report #530375,
regarding libxml2: unrecognized XPointer schemes are not skipped
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.)


-- 
530375: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530375
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libxml2
Version: 2.7.3.dfsg-1
Severity: normal

$ ./test-xpointer "xpointer(id('scheme')/p[2])" | grep . | tail -n1 | sed -e 
's/<[^>]*>//g' | fmt
When multiple pointer parts are provided, an XPointer processor must
evaluate them in left-to-right order.  If the XPointer processor does not
support the scheme used in a pointer part, it skips that pointer part.
If a pointer part does not identify any subresources, evaluation continues
and the next pointer part, if any, is evaluated. The result of the
first pointer part whose evaluation identifies one or more subresources
is reported by the XPointer processor as the result of the pointer as a
whole, and evaluation stops.  If no pointer part identifies subresources,
it is an error.

$ ./test-xpointer "shouldbeskipped() xpointer(id('scheme')/p[2])" > /dev/null
parser error : unsupported scheme 'shouldbeskipped'
-:3: element include: XInclude error : XPointer evaluation failed: 
#shouldbeskipped() xpointer(id('scheme')/p[2])
-:3: element include: XInclude error : could not load 
http://www.w3.org/TR/2003/REC-xptr-framework-20030325/xptr-framework.xml, and 
no fallback was found


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libxml2 depends on:
ii  libc6                  2.9-12            GNU C Library: Shared libraries
ii  zlib1g                 1:1.2.3.3.dfsg-13 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
cat <<EOF | xmllint --xinclude -
<include xmlns="http://www.w3.org/2003/XInclude";
href="http://www.w3.org/TR/2003/REC-xptr-framework-20030325/xptr-framework.xml";
xpointer="$@"/>
EOF

--- End Message ---
--- Begin Message ---
Version: 2.7.4.dfsg-1

On Sun, May 24, 2009 at 03:46:04PM +0200, Jakub Wilk wrote:
> Package: libxml2
> Version: 2.7.3.dfsg-1
> Severity: normal
> 
> $ ./test-xpointer "xpointer(id('scheme')/p[2])" | grep . | tail -n1 | sed -e 
> 's/<[^>]*>//g' | fmt
> When multiple pointer parts are provided, an XPointer processor must
> evaluate them in left-to-right order.  If the XPointer processor does not
> support the scheme used in a pointer part, it skips that pointer part.
> If a pointer part does not identify any subresources, evaluation continues
> and the next pointer part, if any, is evaluated. The result of the
> first pointer part whose evaluation identifies one or more subresources
> is reported by the XPointer processor as the result of the pointer as a
> whole, and evaluation stops.  If no pointer part identifies subresources,
> it is an error.
> 
> $ ./test-xpointer "shouldbeskipped() xpointer(id('scheme')/p[2])" > /dev/null
> parser error : unsupported scheme 'shouldbeskipped'
> -:3: element include: XInclude error : XPointer evaluation failed: 
> #shouldbeskipped() xpointer(id('scheme')/p[2])
> -:3: element include: XInclude error : could not load 
> http://www.w3.org/TR/2003/REC-xptr-framework-20030325/xptr-framework.xml, and 
> no fallback was found

This was fixed in 2.7.4.dfsg-1

Mike


--- End Message ---

Reply via email to