# HG changeset patch # User Lars Magne Ingebrigtsen # Date 1284141108 -7200 # Node ID 9e6d02d51b1962988a4fa8163a93772e891e0fec # Parent fdcc2e819a9b967ae0fbfa77f62e2ea2eba363f9 * NEWS: Mention the new libxml2 functions. diff -r fdcc2e819a9b -r 9e6d02d51b19 etc/ChangeLog --- 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 + + * NEWS: Mention the new libxml2 functions. + 2010-08-25 Kenichi Handa * HELLO: Change designation sequences for Arabic text. diff -r fdcc2e819a9b -r 9e6d02d51b19 etc/NEWS --- 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'.