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 2002:a6b:338f:: with SMTP id z137-v6mr3937217ioz.130.1528518790754; Fri, 08 Jun 2018 21:33:10 -0700 (PDT) X-Received: by 2002:a9d:4501:: with SMTP id w1-v6mr394356ote.8.1528518790668; Fri, 08 Jun 2018 21:33:10 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!85.12.16.69.MISMATCH!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!u78-v6no842907itb.0!news-out.google.com!c20-v6ni777itc.0!nntp.google.com!v8-v6no1536418itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 8 Jun 2018 21:33:10 -0700 (PDT) In-Reply-To: <4a0780bf-5f16-4c9d-821a-8e78eb35fc4f@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1206:45c6:8b20:681d:cd9d:93f8:c801; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:45c6:8b20:681d:cd9d:93f8:c801 References: <9524b3ee-476f-4af6-ab83-b15a6c2a417c@googlegroups.com> <4a0780bf-5f16-4c9d-821a-8e78eb35fc4f@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6c2ebf61-5d82-4cf9-9879-18e596fce9b0@googlegroups.com> Subject: Re: GNATCOLL JSON Parsing From: gautier_niouzes@hotmail.com Injection-Date: Sat, 09 Jun 2018 04:33:10 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1920 X-Received-Body-CRC: 1360812319 Xref: reader02.eternal-september.org comp.lang.ada:53017 Date: 2018-06-08T21:33:10-07:00 List-Id: Le vendredi 8 juin 2018 18:35:28 UTC+2, eduards...@gmail.com a =C3=A9crit= =C2=A0: > bj=C3=B6rn lundin, if it does not complicate you, could you answer one mo= re question: > I often have to parse html-documents. > In Java, there is Jsoup: https://jsoup.org/ > Maybe there is a similar library in the Ada-language? > Thanks. Here is a rudimentary "real-world" HTML parser: https://sourceforge.net/projects/wasabee/ It is tolerant with faulty HTML (which is the case of 99.999% of Web pages = ;-) ) and parses CSS as well.