From owner-freebsd-hackers Fri Dec 12 15:10:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA04032 for hackers-outgoing; Fri, 12 Dec 1997 15:10:18 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA03976 for ; Fri, 12 Dec 1997 15:09:53 -0800 (PST) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id SAA00472; Fri, 12 Dec 1997 18:08:53 -0500 (EST) Date: Fri, 12 Dec 1997 18:08:53 -0500 (EST) From: John Fieber To: Jonathan Mini cc: Adam Turoff , "'jkh@time.cdrom.com'" , "'freebsd-hackers@FreeBSD.ORG'" Subject: Re: Kernel Config datafile... In-Reply-To: <19971212141538.57181@micron.mini.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 12 Dec 1997, Jonathan Mini wrote: > I was thinking about using SGML actually, but I hadn't got that far. We'll > see about whether or not it turns out to be the easiest format to deal with. XML would probably be the better choice--it is a hell of a lot easier to parse than SGML, despite the fact that they look so similar on the surface. Hm... maybe we should have a handy little XML parser in a library to encourage this sort of thing. :) -john