[plt-scheme] How to load xml.ss?

From: Bradd W. Szonye (bradd+plt at szonye.com)
Date: Sun Feb 22 16:32:40 EST 2004

On Sun, Feb 22, 2004 at 04:30:12PM -0500, Terrence Brannon wrote:
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> xml.ss exists in
>    "C:\cygwin\home\metaperl\install\PLT\PLT\collects\xml\xml.ss"
> 
> not
>    "C:\cygwin\home\metaperl\install\PLT\PLT\collects\mzlib\xml.ss"
> 
> but I don't know what to do to get DrScheme to find it.

You use (require (lib "xml.ss" "xml")) -- you need to specify which
collection the .ss lives in if it's not in "mzlib."
-- 
Bradd W. Szonye
http://www.szonye.com/bradd


Posted on the users mailing list.