emacs-devel
[Top][All Lists]
Advanced

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

Re: Any function in Emacs to unquote html's " , < , > , &


From: Andy Wingo
Subject: Re: Any function in Emacs to unquote html's " , < , > , & etc
Date: Sun, 14 Nov 2010 22:04:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

On Sat 30 Oct 2010 23:29, Lennart Borgman <address@hidden> writes:

> Is there any function in Emacs to do this?
> Should there be one?

It's bad business if your XML / HTML parser doesn't do this for you as
it parses.

 <foo bar="&quot;/&gt;&lt;baz qux=&quot;"/>
 -> <foo bar=""/><baz qux=""/>

Oops...

Andy
-- 
http://wingolog.org/



reply via email to

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