From 71c17aecc32c876247062fd480304b147b266130 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 10 Sep 2010 19:51:48 +0200 Subject: [PATCH] * NEWS: Mention the new libxml2 functions. --- etc/ChangeLog | 4 ++++ etc/NEWS | 8 ++++++++ 2 files changed, 12 insertions(+) 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'. -- 2.11.4.GIT