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* <http://modis.ispras.ru/Lizorkin/Apidoc/htmlprag.html>

 (open-input-resource "http://....html
<http://modis.ispras.ru/Lizorkin/XML/amorphis.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
_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to