From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Wittern Subject: Re: [PATCH] export to various flavors of (X)HTML Date: Wed, 24 Apr 2013 10:17:35 +0900 Message-ID: <517732AF.6080308@gmail.com> References: <878v4elu5h.fsf@ericabrahamsen.net> <87y5cdkiuj.fsf@ericabrahamsen.net> <20130423010019.GA65517@BigDog.local> <87sj2h3m3s.fsf@ericabrahamsen.net> <86wqrtwisf.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUoL5-00079Q-E7 for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 21:17:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUoL4-0008Hj-IS for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 21:17:39 -0400 Received: from mail-pd0-f182.google.com ([209.85.192.182]:39511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUoL4-0008HX-Co for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 21:17:38 -0400 Received: by mail-pd0-f182.google.com with SMTP id 3so776529pdj.41 for ; Tue, 23 Apr 2013 18:17:37 -0700 (PDT) Received: from mbp3-2.local (chw.zinbun.kyoto-u.ac.jp. [130.54.104.146]) by mx.google.com with ESMTPSA id qi1sm1148365pac.21.2013.04.23.18.17.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 23 Apr 2013 18:17:36 -0700 (PDT) In-Reply-To: <86wqrtwisf.fsf@iro.umontreal.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 2013-04-23 21:09, François Pinard wrote: > If I remember well, self-closing > tags date back to SGML, not requiring (but also not forbidding) an > introducing space to the closing slash. SGML does allow for closing > tags to be optionally omitted (and for opening tags as well) but such > optional omissions have to described in the DTD. Well, in this case you are misremembering, empty elements, aka as self-closing tags are one of the innovations of XML; they did not exist in SGML (where you could simple omit the closing tag completely for emtpy elements). Just my nit to pick, Christian -- Christian Wittern, Kyoto