<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Bradd W. Szonye wrote:<br>
<blockquote cite="mid20040222213240.GA6203@ogre.szonye.com" type="cite">
<pre wrap=""> For list-related administrative tasks:
<a class="moz-txt-link-freetext" href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a>
On Sun, Feb 22, 2004 at 04:30:12PM -0500, Terrence Brannon wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> For list-related administrative tasks:
<a class="moz-txt-link-freetext" href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a>
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.
</pre>
</blockquote>
<pre wrap=""><!---->
You use (require (lib "xml.ss" "xml")) -- you need to specify which
collection the .ss lives in if it's not in "mzlib."
</pre>
</blockquote>
<br>
It would be nice if the htus.org doc had an example like this...<br>
<br>
</body>
</html>