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

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

Re: bug xml parser emacs 21.1


From: Stefan Monnier
Subject: Re: bug xml parser emacs 21.1
Date: 03 Nov 2001 19:49:43 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

>>>>> "Patrick" == Patrick Gundlach <pg@levana.de> writes:
> <one>
>   <two>
>   </two>
>  <!-- comment -->
> </one>
[...]
> 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.

Agreed.  The patch below should fix it.
But I'm not sure what should happen in a case like

  <one>haha<!--comment-->hihi</one>

Should "haha" and "hihi" be returned as separate strings or
should they be concatenated into one ?


        Stefan



reply via email to

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