From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.user Subject: Re: Permissive html parser for guile Date: Wed, 23 Jan 2019 22:58:17 +0100 Message-ID: <20190123215817.GA7021@tuxteam.de> References: <1b161633-c285-1401-d771-c965dae58149@riseup.net> <874l9z78sc.fsf@elephly.net> <87womv5psn.fsf@elephly.net> <656912ae-c706-5a12-dee7-f0c0e581bdb1@riseup.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="143549"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jan 23 22:59:03 2019 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gmQY3-000bDL-Jv for guile-user@m.gmane.org; Wed, 23 Jan 2019 22:59:03 +0100 Original-Received: from localhost ([127.0.0.1]:42559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmQY2-0001Zi-Ig for guile-user@m.gmane.org; Wed, 23 Jan 2019 16:59:02 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmQXg-0001YY-L9 for guile-user@gnu.org; Wed, 23 Jan 2019 16:58:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmQXe-0007Is-9t for guile-user@gnu.org; Wed, 23 Jan 2019 16:58:40 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]:55470) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gmQXZ-00071J-U2 for guile-user@gnu.org; Wed, 23 Jan 2019 16:58:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:Date; bh=lRAfNS2TTtJbU7rCVBbnrcCF/Hdad/j1s2W8nM/BNkw=; b=jIkXXAxURJjkfWqfYnPm0G97k+aVyh+nWUfrjvECRpykeZ7XA0++ADPnTkYGcqRcSXP7MOD+EwwmL2QcaBlc6xsABvSeP6sW5OfcOWUWhs+DW2b50Ak3o7TghBQZSV0Vn32V8NvU1dK8Xgxqa+wYl+FS0YDaVqWoKeairIafBuAwU4PjrCd+2p4LMoS+8xq5fXbKyF2Q9m7V9m1mK423WVU/dptmWV2uOY5CoaKiesaivcWtZT/V3yr4vXQr64q3lOFh/izi1NvC1/5lreElq7rr9hyuCVljczOpqiuYmVJJEHeMAFmF+wXFYGtX3NMtR1HshvcQSarqCt35+GXMtw==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.80) (envelope-from ) id 1gmQXJ-0002vX-Ef for guile-user@gnu.org; Wed, 23 Jan 2019 22:58:17 +0100 Content-Disposition: inline In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.199.139.25 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:15251 Archived-At: --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 23, 2019 at 10:04:23PM +0100, Panicz Maciej Godek wrote: > I believe that the canonical way of working with XML documents in Guile is > through the (sxml simple) module (and others): > https://www.gnu.org/software/guile/manual/html_node/SXML.html Yes, but HTML is far, far from XML these days. There was this flash of hope which was XHTML, but browsers have preferred to wage a war of attrition on each other (and we are the collateral damage of sorts) Cheers -- tom=C3=A1s --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlxI43kACgkQBcgs9XrR2kZn8QCfUgRLnaWGj4OqJl4/ViBBmp6b wRwAnR/XjeqXpeBNnGXQ3FXMacELhYOq =vMTq -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu--