I am new to Scheme, and have only basic experience with Emacs Lisp and
Common Lisp.

I want to use SXML to parse a file.  So in Emacs/geiser, I load the sxml
module, and evaluate

(sxml:document "file:///tmp/test.xml")

I get

xlink:api-error: resource doesn't exist: "file:/tmp/test.xml"
#f

although the file exists.  I have tried

file://tmp/test.xml

file://localhost/tmp/test.xml

file://localhost//tmp/test.xml

etc.,

but none of them is working.

I'd appreciate any help.

Thanks,
Raghu.

--
N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to