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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e74ca4e9d3908a3f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-10 04:12:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!freenix!enst.fr!not-for-mail From: "Grein, Christoph" Newsgroups: comp.lang.ada Subject: Re: html parser Date: Mon, 10 Mar 2003 13:04:11 +0100 (MET) Organization: ENST, France Message-ID: Reply-To: "Grein, Christoph" , "comp.lang.ada mail to news gateway" NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-Trace: avanie.enst.fr 1047298361 56574 137.194.161.2 (10 Mar 2003 12:12:41 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Mon, 10 Mar 2003 12:12:41 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: X-Authentication-Warning: mail.eurocopter.com: uucp set sender to using -f Content-MD5: 2MFn7pKmsZabIRYsQtlBHQ== X-Mailer: dtmail 1.2.1 CDE Version 1.2.1 SunOS 5.6 sun4u sparc X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:35121 Date: 2003-03-10T13:04:11+01:00 See OpenToken (can be found via AdaPower). > does anyone know of any html scanner / parser written in Ada ? I am > currently programming a web browser from scratch as a part of a school > project and need some help with the parser issue. Mine is almost finished, > but it'd be great to see how others approach the problem. > > C code, comments, or any other understandable ;-) piece of text would also > be very appreciated.