[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] unbound variable: sxml:sxml->xml
From: |
Peter Bex |
Subject: |
Re: [Chicken-users] unbound variable: sxml:sxml->xml |
Date: |
Wed, 7 Dec 2011 16:56:44 +0100 |
User-agent: |
Mutt/1.4.2.3i |
On Wed, Dec 07, 2011 at 04:47:03PM +0100, Vok Vojwo wrote:
> The documentation of the sxpath egg describes the sxml:sxml->xml
> function. But when I try to call it, I get an error:
It's mentioned under the heading "sxpath-lolevel". This is a separate
module that you need to load.
> csi -R sxpath -e "(display (sxml:sxml->xml '()))"
Try this instead:
csi -R sxpath-lolevel -e "(print (sxml:sxml->xml '()))"
Cheers,
Peter
--
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
is especially attractive, not only because it can be economically
and scientifically rewarding, but also because it can be an aesthetic
experience much like composing poetry or music."
-- Donald Knuth
- [Chicken-users] unbound variable: sxml:sxml->xml, Vok Vojwo, 2011/12/07
- Re: [Chicken-users] unbound variable: sxml:sxml->xml, Mario Domenech Goulart, 2011/12/07
- Re: [Chicken-users] unbound variable: sxml:sxml->xml, Christian Kellermann, 2011/12/07
- Re: [Chicken-users] unbound variable: sxml:sxml->xml,
Peter Bex <=
- Re: [Chicken-users] unbound variable: sxml:sxml->xml, Vok Vojwo, 2011/12/07
- Re: [Chicken-users] unbound variable: sxml:sxml->xml, Vok Vojwo, 2011/12/07
- Re: [Chicken-users] unbound variable: sxml:sxml->xml, Christian Kellermann, 2011/12/07
- Re: [Chicken-users] unbound variable: sxml:sxml->xml, Peter Bex, 2011/12/07
- Re: [Chicken-users] unbound variable: sxml:sxml->xml, Jim Ursetto, 2011/12/07
- Re: [Chicken-users] unbound variable: sxml:sxml->xml, Vok Vojwo, 2011/12/07
- Re: [Chicken-users] unbound variable: sxml:sxml->xml, Vok Vojwo, 2011/12/07
- Re: [Chicken-users] unbound variable: sxml:sxml->xml, Alex Shinn, 2011/12/07