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-02 15:06:43 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.freenet.de!border1.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!bin7.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-wpurDkOoPKl95HnQTY/N2j3PXO8YlQYVjI70sw= NNTP-Posting-Date: Sun, 02 Jun 2002 17:06:27 CDT Organization: Giganews.Com - Premium News Outsourcing X-Trace: sv3-7iTjPakH4XdynESYFNasPjnLF61ok6Ybfys27LwvyvLxkSQ4NIJn8SRykjFR4FaD6UeNLeYwESx12VU!12Cm61mqjc1QLgvi9natUxZhdWVvv/MqzTZlPZze9p/mRA3N2uIhCg== X-Complaints-To: abuse@comcast.com X-DMCA-Complaints-To: abuse@comcast.com 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, 02 Jun 2002 22:06:27 GMT Xref: archiver1.google.com comp.lang.ada:25222 Date: 2002-06-02T22:06:27+00:00 List-Id: Preben Randhol writes: > On Sun, 02 Jun 2002 15:51:42 GMT, Darren New wrote: > > and CDATA). It's also easy to write simple parsers for, given the > > amount of power it provides. > > Not if you want authentication For config files, I don't think we care. But maybe you meant "validation against the DTD"; we also don't care. > and want to parse the file without reading all of it into memory > first. For config files, we _do_ want to read it all into memory first, or at least eventually. -- -- Stephe