chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Finding it unclear how to use sxml-match egg


From: felix winkelmann
Subject: Re: [Chicken-users] Finding it unclear how to use sxml-match egg
Date: Fri, 4 Aug 2006 08:59:23 +0200

On 8/2/06, Ian Oversby <address@hidden> wrote:
Any ideas what I'm doing wrong?  I tried the example from the documentation:

Do an "(import sxml-matcher)" before using it.


(sxml-match '(e (@ (i 1)) 3 4 5)
  [(e (@ (i ,d)) ,a ,b ,c) (list d a b c)]
  [,otherwise #f])



cheers,
felix

--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]