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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.139.14 with SMTP id n14mr605721iod.103.1511911789778; Tue, 28 Nov 2017 15:29:49 -0800 (PST) X-Received: by 10.157.85.67 with SMTP id h3mr16247oti.10.1511911789697; Tue, 28 Nov 2017 15:29:49 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.kjsl.com!usenet.stanford.edu!i6no245088itb.0!news-out.google.com!193ni303iti.0!nntp.google.com!i6no245085itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 28 Nov 2017 15:29:49 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=155.148.6.150; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 155.148.6.150 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8666203a-4e42-438d-8fe0-1a63f643955f@googlegroups.com> Subject: Re: Encaspulation: What to export From: Shark8 Injection-Date: Tue, 28 Nov 2017 23:29:49 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:49230 Date: 2017-11-28T15:29:49-08:00 List-Id: On Tuesday, November 28, 2017 at 3:36:23 PM UTC-7, Randy Brukardt wrote: > None of the on-line > languages (with the possible exception of CSS) require any parsing; SGML was > designed to not require parsing and all of these other formats kept the > basic design of SGML. Doesn't there have to be some sort of parsing for HTML? Specifically the TABLE-tag? (And possibly keeping track of opening-/closing tags, in general.) I mean, that's why it's not Regular and you [therefore] can't use RegEx for it.