On 8/2/06, Ian Oversby <[EMAIL PROTECTED]> 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


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to