From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTYXL-000445-Ra for guix-patches@gnu.org; Thu, 14 Jun 2018 16:08:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTYXK-0001RK-LZ for guix-patches@gnu.org; Thu, 14 Jun 2018 16:08:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40599) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTYXK-0001RB-Hx for guix-patches@gnu.org; Thu, 14 Jun 2018 16:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fTYXK-0002de-32 for guix-patches@gnu.org; Thu, 14 Jun 2018 16:08:02 -0400 Subject: [bug#31774] [PATCH 12/22] gnu: Add maven-core. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180610130104.2b154715@lepiller.eu> <20180610110319.24043-1-julien@lepiller.eu> <20180610110319.24043-12-julien@lepiller.eu> <20180610191643.15f8a63e@scratchpost.org> <20180610204631.62f0ea79@lepiller.eu> <20180611204316.36ec4f20@scratchpost.org> <20180612213609.68734b19@lepiller.eu> <20180614021312.68afa0fb@scratchpost.org> Date: Thu, 14 Jun 2018 22:07:28 +0200 In-Reply-To: <20180614021312.68afa0fb@scratchpost.org> (Danny Milosavljevic's message of "Thu, 14 Jun 2018 02:13:12 +0200") Message-ID: <87fu1pyvwf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 31774@debbugs.gnu.org Hello, Danny Milosavljevic skribis: > Now I tried > > (match sxml > (('*TOP* > ('component-set > ('components x ...))) x)) > > and it seems to work. Also, for SXML, you may sometimes find that =E2=80=98sxml-match=E2=80=99 is= more convenient (that=E2=80=99s not always the case though=E2=80=94it has weirdn= ess of its own. :-)). https://www.gnu.org/software/guile/manual/html_node/sxml_002dmatch.html Ludo=E2=80=99.