From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,47bc849aad30d586 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-09 13:01:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newspeer.clara.net!news.clara.net!news-hub.cableinet.net!blueyonder!nntp2.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!bin4.nnrp.aus1.giganews.com.POSTED!not-for-mail Sender: Stephe@TAKVER Newsgroups: comp.lang.ada Subject: Re: XML and Ada was RE: A standard package for config files is needed References: <3CFA3F25.118C9989@san.rr.com> From: Stephen Leake Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-GC-Trace: gv1-H0drzrUHun3o/xeg2K9u5k8M6bDSiYadefGHC4= NNTP-Posting-Date: Sun, 09 Jun 2002 15:01:24 CDT Organization: Giganews.Com - Premium News Outsourcing X-Trace: sv3-kKIWaeHhHxAlNBxw57xBVSBkYQ03PMMv4h3NZu4B1BsZK0/WoddX/ExNlhztJdSuqnVOtIF1h9L3+cN!gkLDRL3B9tGgfPlHnnNmLlRYFi6+965gqazIUz5W3IEkpYTMWThNuQ== X-Complaints-To: abuse@comcast.com X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly Date: Sun, 09 Jun 2002 20:01:24 GMT Xref: archiver1.google.com comp.lang.ada:25617 Date: 2002-06-09T20:01:24+00:00 List-Id: Georg Bauhaus writes: > Stephen Leake wrote: > : But maybe you meant > : "validation against the DTD"; we also don't care. > > I think this is a mistake. A DTD is a _very_ good opportunity > to think about data, even if this seem like overkill for "mere" > config files. And how fault tolerant is the configuration process? > (Speed shouldn't be an issue here, or should it?) Ok. Good points. Speed should _not_ be an issue. That belongs in the requirements. I think my problem is I have no idea how to go about using a DTD. In particular, the Glib.XML package does _not_ support validation. I guess I have some homework to do ... -- -- Stephe