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

From: Terrence Brannon (metaperl at urth.org)
Date: Sun Feb 22 18:08:46 EST 2004

Bradd W. Szonye wrote:

>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>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."
>  
>

It would be nice if the htus.org doc had an example like this...

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20040222/64086e1f/attachment.html>

Posted on the users mailing list.