[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
- bug xml parser emacs 21.1, Patrick Gundlach, 2001/11/03
- Re: bug xml parser emacs 21.1,
Stefan Monnier <=
- Re: bug xml parser emacs 21.1, Stefan Monnier, 2001/11/03
- Re: bug xml parser emacs 21.1, Alex Schroeder, 2001/11/04
- Re: bug xml parser emacs 21.1, Karl Eichwalder, 2001/11/05
- Re: bug xml parser emacs 21.1, Alex Schroeder, 2001/11/05
- Re: bug xml parser emacs 21.1, Karl Eichwalder, 2001/11/06
- Re: bug xml parser emacs 21.1, Alex Schroeder, 2001/11/06
- Re: bug xml parser emacs 21.1, Richard Stallman, 2001/11/07
- Re: bug xml parser emacs 21.1, Alex Schroeder, 2001/11/08