From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bult-in XSLT processor Date: Thu, 08 Jun 2017 22:50:54 +0300 Message-ID: <83tw3q6yxt.fsf@gnu.org> References: <8737bbryoh.fsf@x230.lts> <87y3t2ny16.fsf@x230.lts> <83wp8m7146.fsf@gnu.org> <87h8zqnukd.fsf@x230.lts> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1496951481 9720 195.159.176.226 (8 Jun 2017 19:51:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 8 Jun 2017 19:51:21 +0000 (UTC) Cc: emacs-devel@gnu.org, yuri.v.khan@gmail.com To: Etienne =?utf-8?Q?Prud=E2=80=99homme?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 08 21:51:16 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJ3Sd-0002Gt-ND for ged-emacs-devel@m.gmane.org; Thu, 08 Jun 2017 21:51:15 +0200 Original-Received: from localhost ([::1]:51248 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJ3Sj-0002T0-12 for ged-emacs-devel@m.gmane.org; Thu, 08 Jun 2017 15:51:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJ3Sc-0002Sj-MV for emacs-devel@gnu.org; Thu, 08 Jun 2017 15:51:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJ3SZ-00060P-JD for emacs-devel@gnu.org; Thu, 08 Jun 2017 15:51:14 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJ3SZ-00060G-Fa; Thu, 08 Jun 2017 15:51:11 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1562 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dJ3SX-0001Hc-LT; Thu, 08 Jun 2017 15:51:11 -0400 In-reply-to: <87h8zqnukd.fsf@x230.lts> (message from Etienne =?utf-8?Q?Pru?= =?utf-8?Q?d=E2=80=99homme?= on Thu, 08 Jun 2017 15:33:22 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:215530 Archived-At: > From: Etienne Prud’homme > Cc: yuri.v.khan@gmail.com, emacs-devel@gnu.org > Date: Thu, 08 Jun 2017 15:33:22 -0400 > > Eli Zaretskii writes: > > > What do you mean by "built-in XML processor"? > > > > And we do use libxml2 for supporting various features. > > I meant the _xml.el_ library. Ah, okay. But isn't the implementation ion xml.c based on libxml2 faster?