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 mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to