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: RelaxNG and OpenDocument Date: Sat, 02 Apr 2011 20:29:35 -0400 Message-ID: <87vcywmb2o.fsf@stupidchicken.com> References: <81y6473e7j.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301790596 32238 80.91.229.12 (3 Apr 2011 00:29:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Apr 2011 00:29:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 03 02:29:52 2011 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 1Q6BCQ-0005Wx-CA for ged-emacs-devel@m.gmane.org; Sun, 03 Apr 2011 02:29:50 +0200 Original-Received: from localhost ([127.0.0.1]:41406 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6BCP-0003Ge-P7 for ged-emacs-devel@m.gmane.org; Sat, 02 Apr 2011 20:29:49 -0400 Original-Received: from [140.186.70.92] (port=50100 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6BCH-0003FC-Jm for emacs-devel@gnu.org; Sat, 02 Apr 2011 20:29:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6BCC-0005cs-Is for emacs-devel@gnu.org; Sat, 02 Apr 2011 20:29:41 -0400 Original-Received: from vm-emlprdomr-03.its.yale.edu ([130.132.50.144]:33359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6BCC-0005cR-Gm for emacs-devel@gnu.org; Sat, 02 Apr 2011 20:29:36 -0400 Original-Received: from furball ([64.134.67.135]) (authenticated bits=0) by vm-emlprdomr-03.its.yale.edu (8.14.4/8.14.4) with ESMTP id p330TZ2p015429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 2 Apr 2011 20:29:35 -0400 Original-Received: by furball (Postfix, from userid 1000) id 1C6201603EB; Sat, 2 Apr 2011 20:29:36 -0400 (EDT) In-Reply-To: <81y6473e7j.fsf@gmail.com> (Jambunathan K.'s message of "Tue, 22 Mar 2011 11:01:51 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.144 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.144 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:138081 Archived-At: Jambunathan K writes: > (My earlier mail to the list bounced possibly because of the > attachments. Reposting this message with attachments replaced with web > links.) > > I have recently submitted a OpenDocumentText exporter for inclusion in > Orgmode. > > As part of the development efforts, I cooked up a rnc file and a schema > location file for auto validating the generated XML files [1]. I used > rng file from OASIS [2] and IIRC used trang [3] to convert from rng to > rnc. > > This mail is to find out what the maintainers think about bundling > within Emacs rnc and schema locating files for validating OpenDocument > files [4]. This is fine. Please submit also a patch for etc/schema/README, describing the copyright status of the schema that you wish to add.