From: Lars Magne Ingebrigtsen Date: Fri, 10 Sep 2010 17:51:48 +0000 (+0200) Subject: * NEWS: Mention the new libxml2 functions. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71c17aecc32c876247062fd480304b147b266130;p=emacs.git * NEWS: Mention the new libxml2 functions. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 70e002f0f9e..05c8556620d 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2010-09-10 Lars Magne Ingebrigtsen + + * NEWS: Mention the new libxml2 functions. + 2010-08-25 Kenichi Handa * HELLO: Change designation sequences for Arabic text. diff --git a/etc/NEWS b/etc/NEWS index cb246a54adb..1ce4c9c09ad 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -493,6 +493,14 @@ by the Graphic Control Extension of the image. *** `image-extension-data' is renamed to `image-metadata'. +** XML and HTML parsing + +*** If Emacs is compiled with libxml2 support (which is the default), +two new Emacs Lisp-level functions are defined: `html-parse-string' +(which will parse "real world" HTML) and `xml-parse-string' (which +parses XML). Both return an Emacs Lisp parse tree. See the Emacs +Lisp Reference Manual for details. + ** Isearch *** New hook `isearch-update-post-hook' that runs in `isearch-update'.