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

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

Re: function to convert html encoded chars & etc


From: Kevin Rodgers
Subject: Re: function to convert html encoded chars & etc
Date: Thu, 08 May 2008 20:15:41 -0600
User-agent: Thunderbird 2.0.0.14 (Macintosh/20080421)

Xah wrote:
is there a function that change a string of all html encoded chars
like < > etc to their original character?

Try html2text-substitute (controlled by html2text-replace-list) or
xml-substitute-special (controlled by xml-entity-alist).

Also, am interested in a function to do reverse.

Try url-insert-entities-in-string or xml-parse-region (also controlled
by xml-entity-list).

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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