diff etc/NEWS @ 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 1021c96a663e
children b10051866f51
line wrap: on
line diff
--- 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'.