From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Problems with xml-parse-string Date: Thu, 23 Sep 2010 21:09:27 -0400 Message-ID: <8739t03q2g.fsf@stupidchicken.com> References: <87pqw6d7nz.fsf@stupidchicken.com> <87zkvaiked.fsf@stupidchicken.com> <87vd5ymptn.fsf@stupidchicken.com> <87vd5x7ty2.fsf@stupidchicken.com> <87vd5wo48a.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285290582 20915 80.91.229.12 (24 Sep 2010 01:09:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 24 Sep 2010 01:09:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 24 03:09:41 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OywnE-0005sE-I8 for ged-emacs-devel@m.gmane.org; Fri, 24 Sep 2010 03:09:40 +0200 Original-Received: from localhost ([127.0.0.1]:54039 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OywnE-0002pF-0S for ged-emacs-devel@m.gmane.org; Thu, 23 Sep 2010 21:09:40 -0400 Original-Received: from [140.186.70.92] (port=42480 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oywn7-0002pA-JF for emacs-devel@gnu.org; Thu, 23 Sep 2010 21:09:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oywn2-0007XV-W5 for emacs-devel@gnu.org; Thu, 23 Sep 2010 21:09:33 -0400 Original-Received: from pantheon-po16.its.yale.edu ([130.132.50.72]:44157) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oywn2-0007XN-UP for emacs-devel@gnu.org; Thu, 23 Sep 2010 21:09:28 -0400 Original-Received: from furry (dhcp128036014154.central.yale.edu [128.36.14.154]) (authenticated bits=0) by pantheon-po16.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o8O19RHQ014689 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 23 Sep 2010 21:09:27 -0400 Original-Received: by furry (Postfix, from userid 1000) id A8B4B16D402; Thu, 23 Sep 2010 21:09:27 -0400 (EDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Fri, 24 Sep 2010 02:06:18 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130720 Archived-At: Lars Magne Ingebrigtsen writes: > Stefan Monnier writes: > >>> As for the :foo node names, we can map them to anything else if >>> required. Pick an invalid XML character -- any one will do, if this is >>> important. >> >> How 'bout =foo ? > > Looks good to me. If we're going to make a clean break with the old xml.el parse tree format, I think it makes more sense to go with sxml. Is there any technical reason not to? (Aside from the obnoxious all caps, which we can safely omit.)