chicken-users
[Top][All Lists]
Advanced

[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



reply via email to

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