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: Mario Domenech Goulart
Subject: Re: [Chicken-users] unbound variable: sxml:sxml->xml
Date: Wed, 07 Dec 2011 10:41:59 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

Hi Vok,

On Wed, 7 Dec 2011 16:47:03 +0100 Vok Vojwo <address@hidden> wrote:

> The documentation of the sxpath egg describes the sxml:sxml->xml
> function. But when I try to call it, I get an error:
>
> csi -R sxpath -e "(display (sxml:sxml->xml '()))"
>
> Error: unbound variable: sxml:sxml->xml
>
>         Call history:
>
>         sxml-tools/xpath-parser.scm:1354: txp:param-value
>         sxml-tools/xpath-parser.scm:1399: txp:param-value
>         sxml-tools/xpath-parser.scm:1491: txp:param-value
>         sxml-tools/xpath-parser.scm:1492: txp:param-value
>         sxml-tools/xpath-parser.scm:1494: txp:param-value
>         sxml-tools/txpath.scm:1049: sxml:api-helper
>         sxml-tools/txpath.scm:1051: sxml:api-helper
>         sxml-tools/txpath.scm:1053: sxml:api-helper
>         sxml-tools/txpath.scm:1102: sxml:api-index-helper
>         sxml-tools/txpath.scm:1104: sxml:api-index-helper
>         <syntax>          (display (sxml:sxml->xml (quote ())))
>         <syntax>          (sxml:sxml->xml (quote ()))
>         <syntax>          (quote ())
>         <syntax>          (##core#quote ())
>         <eval>    (display (sxml:sxml->xml (quote ())))
>         <eval>    (sxml:sxml->xml (quote ()))   <--
>
> $ chicken-status -v sxpath
> 4.7.0
> $ chicken-status sxpath
> sxpath ........................................................ version: 0.1.3

I think you need

    (use sxpath-lolevel)

in your code.

Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

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