From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Sent Newsgroups: gmane.lisp.guile.user Subject: Re: Removing/Ignoring xmlns when using xml->sxml Date: Mon, 22 Jul 2024 19:58:07 -0400 Message-ID: <87wmldt1ww.fsf@freakingpenguin.com> References: <875xsy3ytl.fsf@freakingpenguin.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6250"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: guile-user@gnu.org To: Luis Felipe Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue Jul 23 01:59:10 2024 Return-path: Envelope-to: guile-user@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 1sW2vu-0001TT-1X for guile-user@m.gmane-mx.org; Tue, 23 Jul 2024 01:59:10 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sW2v9-0002nQ-QH; Mon, 22 Jul 2024 19:58:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sW2v6-0002mu-CC for guile-user@gnu.org; Mon, 22 Jul 2024 19:58:20 -0400 Original-Received: from mail-108-mta177.mxroute.com ([136.175.108.177]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sW2v3-0003zR-U7 for guile-user@gnu.org; Mon, 22 Jul 2024 19:58:20 -0400 Original-Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta177.mxroute.com (ZoneMTA) with ESMTPSA id 190dce1a9d100017a3.001 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Mon, 22 Jul 2024 23:58:14 +0000 X-Zone-Loop: d763e15490a9f78177a5ce2acb50b85a2fb46016dc74 X-Originating-IP: [136.175.111.3] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=freakingpenguin.com; s=x; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: 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=kDpYZdpS6wEwiiViT5IWsOEY/RQqSZNQZ6ZnjB9izMA=; b=NV7sJ+5PJ2ZGLrZJU+RKDjmCxk V7fiKJM5QywyWt01W6VfO30RyAUkK52AYI2IchaKlz6biVeLZb+LxrarHdTaZze1X7XxwuaM+mIZn CR89ZhtsGs+BWpGa6mtl9j/ei/pxWtcUkjqeG0U5JswZ7Wr+zSuOWLcwCmNekJ5p6ThEcgzlJ1Y1c TCyvLG1P0DUwY6b36hk1XseHDS/fy2jBhZzpxAh2FT3Oyt6L59TSOBEW1qUHe6JlAVbglDYyMh5BD 6sumBzdywHOuhuDeuUlzptQc4o2JMt1vkcqUPUuQHWQ1ATXPNRT614jo25kU9wBs8hDzTuMB+GGVt P/E82vJQ==; In-Reply-To: (Luis Felipe's message of "Mon, 22 Jul 2024 15:28:21 +0000") X-Authenticated-Id: richard@freakingpenguin.com Received-SPF: pass client-ip=136.175.108.177; envelope-from=richard@freakingpenguin.com; helo=mail-108-mta177.mxroute.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:19749 Archived-At: Thanks! That works. As far as I can tell that behavior is not documented in the manual so I'll try to send out a patch for that. -- Take it easy, Richard Sent Making my computer weirder one commit at a time.