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

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

bug xml parser emacs 21.1


From: Patrick Gundlach
Subject: bug xml parser emacs 21.1
Date: Sun, 4 Nov 2001 00:26:42 +0100

Hi,

In GNU Emacs 21.1.1 (i586-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2001-10-27 on levana
configured using `configure  --prefix=/opt/emacs/21.1/ 
--with-x-toolkit=athena'


there is a bug with the xml parser that is shipped with gnu emacs 21.1 (no 
version number of the parser available): comments are not really ignored:

--------------buffer start 
<one>
  <two>
  </two>
 <!-- comment -->
</one>

(progn 
  (goto-char (point-min))
  (xml-parse-tag (point-max)))
------------- buffer end
if I evaluate  the (progn...) stuff, the result is

(one nil (two nil) nil)

without the comment in the fourth line, the result is

(one nil (two nil))

The two results should be exactly the same, not caring about comments.
-- 
Viele Grüße, 

    Patrick Gundlach



reply via email to

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