changeset 110304:9e6d02d51b19

* NEWS: Mention the new libxml2 functions.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Fri, 10 Sep 2010 19:51:48 +0200
parents fdcc2e819a9b
children b10051866f51
files etc/ChangeLog etc/NEWS
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/ChangeLog	Fri Sep 10 19:45:22 2010 +0200
+++ b/etc/ChangeLog	Fri Sep 10 19:51:48 2010 +0200
@@ -1,3 +1,7 @@
+2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+	* NEWS: Mention the new libxml2 functions.
+
 2010-08-25  Kenichi Handa  <handa@m17n.org>
 
 	* HELLO: Change designation sequences for Arabic text.
--- a/etc/NEWS	Fri Sep 10 19:45:22 2010 +0200
+++ b/etc/NEWS	Fri Sep 10 19:51:48 2010 +0200
@@ -493,6 +493,14 @@
 
 *** `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'.