]> git.eshelyaron.com Git - emacs.git/commitdiff
* NEWS: Mention the new libxml2 functions.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 10 Sep 2010 17:51:48 +0000 (19:51 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 10 Sep 2010 17:51:48 +0000 (19:51 +0200)
etc/ChangeLog
etc/NEWS

index 70e002f0f9ef7411994f446a602f12954653d8cf..05c8556620d60398f3c5738cad797fb4346258e3 100644 (file)
@@ -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.
index cb246a54adb895e009aeb010238464cff682a2c1..1ce4c9c09ad8218c8d47ca70814f9ef90bba719c 100644 (file)
--- 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'.