chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] ssax examples could not run


From: HP wei
Subject: [Chicken-users] ssax examples could not run
Date: Tue, 21 Jun 2011 13:58:08 -0400

I installed chicken.4.7.0
and ssax, sxpath

Then I tried to follow the examples pointed to in the ssax homepage
in
http://modis.ispras.ru/Lizorkin/sxml-tutorial.html

Specifically,
When I run this in csi,
(use ssax)
(use sxpath)

(sxml:document "http://...html")

I got
Error: unbound variable: sxml:document

Another example, after installing htmlprag

(html->sxml
 (open-input-resource "http://....html"))
--> gives
Error: unbound variable: open-input-resource

--------------------------------------------------------------------

Do I need to use wget in the shell to download the html page
and then come back to csi to parse it ??

thanks
HP


reply via email to

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