From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.devel Subject: Re: DOM manipulation functions Date: Sun, 23 Nov 2014 17:52:14 +0100 Message-ID: References: <2497111.a8jb1YoNy0@descartes> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1416764194 30504 80.91.229.3 (23 Nov 2014 17:36:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2014 17:36:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 23 18:36:26 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xsb5E-0003Ax-TC for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2014 18:36:25 +0100 Original-Received: from localhost ([::1]:49496 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xsb5E-0003jt-5F for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2014 12:36:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsaOL-0000mw-2n for emacs-devel@gnu.org; Sun, 23 Nov 2014 11:52:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsaOF-00045O-UH for emacs-devel@gnu.org; Sun, 23 Nov 2014 11:52:04 -0500 Original-Received: from rainey.bang.priv.no ([212.110.185.190]:42627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsaOF-00045J-OW for emacs-devel@gnu.org; Sun, 23 Nov 2014 11:51:59 -0500 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 23 Nov 2014 17:01:48 +0100") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (windows-nt) X-SA-Exim-Connect-IP: 84.208.248.210 X-SA-Exim-Rcpt-To: too long (recipient list exceeded maximum allowed size of 8 bytes) X-SA-Exim-Mail-From: sb@dod.no X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:57:07 +0000) X-SA-Exim-Scanned: Yes (on rainey.bang.priv.no) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.110.185.190 X-Mailman-Approved-At: Sun, 23 Nov 2014 12:36:20 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:178102 Archived-At: >>>>> Lars Magne Ingebrigtsen : > R=FCdiger Sonderfeld writes: >> Aren't there three? I think libxml has its own DOM structure as well or= is it=20 >> the same as xml.el? > The libxml DOM is the same as the xml.el DOM. That's sounds great. The libxml2 DOM is the fastest DOM(-ish) implementation I know of (even though it's quite old by now).