emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#23440: closed (25.1.50; xml.el parses default name


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23440: closed (25.1.50; xml.el parses default namespace incorrectly)
Date: Tue, 24 Jan 2017 21:59:01 +0000

Your message dated Tue, 24 Jan 2017 22:58:03 +0100
with message-id <address@hidden>
and subject line Re: bug#23440: Acknowledgement (25.1.50; xml.el parses default 
namespace incorrectly)
has caused the debbugs.gnu.org bug report #23440,
regarding 25.1.50; xml.el parses default namespace incorrectly
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23440: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23440
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.1.50; xml.el parses default namespace incorrectly Date: Wed, 04 May 2016 08:27:40 +0800 User-agent: Notmuch/0.22 (http://notmuchmail.org) Emacs/25.1.50.20 (i686-pc-linux-gnu)
Apparently xml.el isn't doing quite the right thing when parsing xml
default namespaces. With the following text:

<multistatus xmlns="DAV:">
</multistatus>

M-: (xml-parse-region nil nil nil nil 'symbol-qnames)

Should return:

((DAV:multistatus ((... . "DAV:"))

But actually returns:

((multistatus ((http://www\.w3\.org/2000/xmlns/xmlns . "DAV:"))

A bit more background:

http://article.gmane.org/gmane.emacs.devel/203476/


In GNU Emacs 25.1.50.20 (i686-pc-linux-gnu, GTK+ Version 3.20.3)
 of 2016-05-01 built on pellet
Windowing system distributor 'The X.Org Foundation', version 11.0.11803000
Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11 LIBSYSTEMD



--- End Message ---
--- Begin Message --- Subject: Re: bug#23440: Acknowledgement (25.1.50; xml.el parses default namespace incorrectly) Date: Tue, 24 Jan 2017 22:58:03 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
Eric Abrahamsen writes:
> I forgot a cc was necessary. I'll ping him on this and see if he has any
> new opinions. If not I'll just push it.

Thanks for the reminder, I completely forgot about that one. I just
pushed it with an accompanying test.

-David


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]