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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: GNATCOLL JSON Parsing Date: Fri, 8 Jun 2018 19:09:49 +0200 Organization: A noiseless patient Spider Message-ID: References: <9524b3ee-476f-4af6-ab83-b15a6c2a417c@googlegroups.com> <4a0780bf-5f16-4c9d-821a-8e78eb35fc4f@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 8 Jun 2018 17:09:51 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="2668b24b18417e2d85a9fc58be507948"; logging-data="21033"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19fFbl2BSLe+wqpjp5B8JDu" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 Cancel-Lock: sha1:ev68MR3qI8ygPvOBbNiaSfmDozs= In-Reply-To: <4a0780bf-5f16-4c9d-821a-8e78eb35fc4f@googlegroups.com> Xref: reader02.eternal-september.org comp.lang.ada:53004 Date: 2018-06-08T19:09:49+02:00 List-Id: On 2018-06-08 18:35, eduardsapotski@gmail.com wrote: > björn lundin, if it does not complicate you, could you answer one more 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. > I know of no such library in Ada. The only one I can think of is xml/ada given that the html is valid xhtml, which I guess is not the case in most situations. Others might know though. -- -- Björn