From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.devel Subject: Re: avoid character encoding/escaping in sxml->xml or htmlprag's sxml->html Date: Sun, 21 Aug 2022 07:09:55 +0200 Message-ID: References: <4425bd42-90fa-c083-717d-8b7def122e59@telenet.be> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="92CfnIbqqTiBBtBs" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23682"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sun Aug 21 07:10:55 2022 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oPdEc-0005yU-Ty for guile-devel@m.gmane-mx.org; Sun, 21 Aug 2022 07:10:54 +0200 Original-Received: from localhost ([::1]:40622 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oPdEb-000765-Dl for guile-devel@m.gmane-mx.org; Sun, 21 Aug 2022 01:10:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43492) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPdDl-00075v-Qu for guile-devel@gnu.org; Sun, 21 Aug 2022 01:10:02 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]:33922) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPdDj-0006Mo-Ic for guile-devel@gnu.org; Sun, 21 Aug 2022 01:10:01 -0400 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:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=1DHz8718/SNsO1HamfBt9gk1cnDjAM1xwT4NeC/fLnk=; b=oUIimV5o3ynXHCJqcqPT6TMGGi Kr6cqHwgizMRqx4Zrn/G8Jymqz8OX84LDrlps5FXPxbayMDNIQxfvHGcNcV7XZjRQQYvPBytVJIBn 7VNecx1aDdoamJXGpS6XVny2SpB7IMS+Rh1zjcyBx3lSuqY3c30yDXjvQYzcEt9ulOmWnLgWltVtA IWQGDaJBTYGPXopZAp0p+i3OifQ+i9Uosmdz9YUs/ggwalVBmK7Hkm/CQE/AbsNYBiCHLpp0U0j/3 PGL9daMNXuiXL6RM+v69b2jLpX0oa/AUhDoFZM5PitPYkdxQpiwcU+imwSJo8/enoBm/X73SneYRq T3HSW59Q==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1oPdDf-0003O2-Mx for guile-devel@gnu.org; Sun, 21 Aug 2022 07:09:55 +0200 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:21324 Archived-At: --92CfnIbqqTiBBtBs Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 20, 2022 at 05:05:22PM -0700, Aleix Conchillo Flaqu=C3=A9 wrote: > Hi Maxime, >=20 > On Sat, Aug 20, 2022 at 2:48 PM Maxime Devos wro= te: > > > > The GuileScript looks nice, for interested readers, see < > https://github.com/aconchillo/guilescript> > > > > On 20-08-2022 21:59, Aleix Conchillo Flaqu=C3=A9 wrote: > > > > However, I'm not able to find a way to avoid character encoding/escaping > and the generated code inside