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,91540088e4856cb2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-02 05:32:30 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!news.rhrz.uni-bonn.de!news.uni-stuttgart.de!cert.uni-stuttgart.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Quality checking of code Date: 02 Oct 2001 14:31:30 +0200 Organization: RUS-CERT, University of Stuttgart, Germany Sender: rusfw@mercury.rus.uni-stuttgart.de Message-ID: References: <9p5cp3014ut@drn.newsguy.com> <6nvt7.55822$QK.36784758@news1.sttln1.wa.home.com> <9p6a5n02tgp@drn.newsguy.com> <5ee5b646.0109300617.61bf58e0@posting.google.com> <5ee5b646.0110010616.5b332f1a@posting.google.com> <2cdu7.32$3e4.3829@read2.inet.fi> NNTP-Posting-Host: mercury.rus.uni-stuttgart.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: hornet.rus.uni-stuttgart.de 1002025907 30608 129.69.1.226 (2 Oct 2001 12:31:47 GMT) X-Complaints-To: abuse@cert.uni-stuttgart.de NNTP-Posting-Date: Tue, 2 Oct 2001 12:31:47 +0000 (UTC) User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:13615 Date: 2001-10-02T14:31:30+02:00 List-Id: "Anders Wirzenius" writes: > >This is now fixed, and the text is black on white, and > >fussy netscape 6 can now read it :-) > > FWIW: > A way to do syntax checking on code is to view it using an editor showing > the items with syntax highlighting(comments are green, tags are blue, > attributes are red, attribute values are yellow...). Of course, the proper way to check the syntax of HTML documents is to use a SGML validator. Although some editors contain with fairly complete SGML parsers, special tools do a much better job. (The syntactic requirements of SGML-based HTML are quite complex.) After all, in order to check the syntax of an Ada program, you don't use a text editor, right?