From owner-freebsd-arch@FreeBSD.ORG Tue Mar 30 00:48:12 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E631116A4CE; Tue, 30 Mar 2004 00:48:12 -0800 (PST) Received: from srv01.sparkit.no (srv01.sparkit.no [193.69.116.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4372043D45; Tue, 30 Mar 2004 00:48:12 -0800 (PST) (envelope-from eivind@FreeBSD.org) Received: from ws ([193.69.114.88]) by srv01.sparkit.no (8.12.10/8.12.10) with ESMTP id i2U8m3kg088255; Tue, 30 Mar 2004 10:48:06 +0200 (CEST) (envelope-from eivind@FreeBSD.org) Received: from ws (localhost [127.0.0.1]) by ws (8.12.9/8.12.10) with ESMTP id i2U8lKnu008688; Tue, 30 Mar 2004 08:47:20 GMT (envelope-from eivind@ws) Received: (from eivind@localhost) by ws (8.12.9/8.12.10/Submit) id i2U8lKdV008685; Tue, 30 Mar 2004 08:47:20 GMT (envelope-from eivind) Date: Tue, 30 Mar 2004 08:46:18 +0000 From: Eivind Eklund To: Alexey Zelkin Message-ID: <20040330084618.GA2645@FreeBSD.org> References: <20040328094048.GA40406@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: arch@FreeBSD.org Subject: Re: CFD: XMLification of NOTES X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 08:48:13 -0000 On Sun, 28 Mar 2004, Alexey Zelkin wrote: > At this point I would like to start some kind of discussion and listen for > your ideas which features you'd like to see in application which will be > handling these XMLs. I'd like to not have XML, please. XML is hard to read - there is way too much repetition compared to content. If you have to change the syntax, please use something more lightweight than XML (or make absolutely sure we do not have to deal with the XML at the source level in any way except when adding or removing devices/options to/from the source tree.) Eivind.