[plt-scheme] Re: sxml.ss - Works on its own, but not in module

From: Dmitry Lizorkin (lizorkin at ispras.ru)
Date: Tue Jan 15 12:24:52 EST 2008

> I've tried this already, but I still get the same error. 

Sorry for not testing the sample code before sending the mail.
It turned out that the require-forms should have the opposite order:

;file foo-user.ss:
(require (planet "sxml.ss" ("lizorkin" "sxml.plt" 1 4)))
(require (file "foo.ss"))
(display test)

- works (at least for PLT 360).

Dmitry



Posted on the users mailing list.