From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nalaginrut Newsgroups: gmane.lisp.guile.user Subject: Re: Is there any xpath2.0 in Guile available? Date: Thu, 10 Feb 2011 17:10:25 +0800 Organization: HFG Message-ID: <1297329025.2493.9.camel@Renee-desktop> References: <4d52cbe9.c139dc0a.5294.5bdaSMTPIN_ADDED@mx.google.com> <1297315359.2493.5.camel@Renee-desktop> Reply-To: NalaGinrut@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1297329045 4326 80.91.229.12 (10 Feb 2011 09:10:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2011 09:10:45 +0000 (UTC) Cc: guile-user@gnu.org To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Feb 10 10:10:41 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PnSXx-0008VS-Fu for guile-user@m.gmane.org; Thu, 10 Feb 2011 10:10:41 +0100 Original-Received: from localhost ([127.0.0.1]:49691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnSY1-00047b-Jq for guile-user@m.gmane.org; Thu, 10 Feb 2011 04:10:45 -0500 Original-Received: from [140.186.70.92] (port=53754 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnSXw-00047F-Qx for guile-user@gnu.org; Thu, 10 Feb 2011 04:10:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnSXp-0004gT-Eu for guile-user@gnu.org; Thu, 10 Feb 2011 04:10:35 -0500 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:58706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnSXp-0004gG-B0 for guile-user@gnu.org; Thu, 10 Feb 2011 04:10:33 -0500 Original-Received: by gwj22 with SMTP id 22so532733gwj.0 for ; Thu, 10 Feb 2011 01:10:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:reply-to:to:cc:in-reply-to :references:content-type:organization:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=C3vJxiqDs+5LN49HLBCOM+yjHLDzrb8a3SR6iRoF2xc=; b=XO2B4otJtWoTzEWWCHejVbdcwTwzGfx7VuwBG+QW6my14XvnTth3ySYoGsiplM73JR fMlNmYd9fDCELsNJirPMANLh8eOWxX/rtadA6Sm9ZLERUPITGl14fx8nHBcl4GtcuHv8 KM0BkUJzo7nF1fksQk4bDrD6nKsUnv1i38DWU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=SP4Snbrzk7+UjsIj/LBgZC0c4NjGaBDZxm3ohwzi2ZgaEOUjWbw/LtB9RhNSdvLAsM mXfc+pzrNNreyXb9T7RlY91/gwa66NB2rdAgPudIF8z/VSQUPxXiPT5Z8ZHJbQ0XcXcX LdLIZmFQfVoz8Nn8gwArHo9FPeY9VSerZvGnA= Original-Received: by 10.150.189.20 with SMTP id m20mr3017097ybf.305.1297329032664; Thu, 10 Feb 2011 01:10:32 -0800 (PST) Original-Received: from [192.168.0.100] ([183.15.166.38]) by mx.google.com with ESMTPS id c7sm1598366ana.37.2011.02.10.01.10.28 (version=SSLv3 cipher=RC4-MD5); Thu, 10 Feb 2011 01:10:31 -0800 (PST) In-Reply-To: X-Mailer: Evolution 2.28.3 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.41 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8424 Archived-At: > On Thu 10 Feb 2011 06:22, nalaginrut writes: > > > I'm writing a program with xml-based config. I think an xpath2.0 > > implementation would be convenient. Is there any proper module > > available? > > (sxml xpath). > > Not well documented though... > > Andy Well~it works now! But I'm glad to see a more detailed document of all sxml-modules in the future. Thanks! -- GNU Powered it GPL Protected it GOD Blessed it HFG - NalaGinrut