I&#39;m running DrScheme, version 371 [3m].<br>Language: Textual (MzScheme, includes R5RS).<br><br><div>when I evaluate this code:<br><br><span style="color: rgb(102, 51, 102);">(require (planet &quot;sxml.ss&quot; (&quot;lizorkin&quot; &quot;
sxml.plt&quot; 1 4)))</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> (define test</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> &nbsp; (apply</span><br style="color: rgb(102, 51, 102);">
<span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp;string-append</span><br style="color: rgb(102, 51, 102);"> <span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp;(sxml:clean-feed</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">
 &nbsp; &nbsp; (stx:transform-dynamic</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp; &nbsp;(sxml:add-parents</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp; &nbsp; (sxml:document &quot;
</span><a style="color: rgb(102, 51, 102);" href="http://modis.ispras.ru/Lizorkin/XML/poem.xml" target="_blank">http://modis.ispras.ru/Lizorkin/XML/poem.xml</a><span style="color: rgb(102, 51, 102);">&quot;))</span><br style="color: rgb(102, 51, 102);">
<span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp; &nbsp;(stx:make-stx-stylesheet</span><br style="color: rgb(102, 51, 102);"> <span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp; &nbsp; (sxml:document</span><br style="color: rgb(102, 51, 102);">
<span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp; &nbsp; &nbsp;&quot;</span><a style="color: rgb(102, 51, 102);" href="http://modis.ispras.ru/Lizorkin/XML/poem2html.xsl" target="_blank">http://modis.ispras.ru/Lizorkin/XML/poem2html.xsl</a>
<span style="color: rgb(102, 51, 102);">&quot;</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp; &nbsp; &nbsp;&#39;((xsl . &quot;</span><a style="color: rgb(102, 51, 102);" href="http://www.w3.org/1999/XSL/Transform" target="_blank">
http://www.w3.org/1999/XSL/Transform</a><span style="color: rgb(102, 51, 102);">&quot;))))))) </span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> &nbsp; )</span><br style="color: rgb(102, 51, 102);">
</div><span style="color: rgb(102, 51, 102);">(display test)</span><br><br>I get this (which is what I want):<br>&lt;html&gt;&lt;head&gt;&lt;title&gt;The Lovesong of J. Alfred Prufrock&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;h1&gt;The Lovesong of J. Alfred Prufrock&lt;/h1&gt;&lt;p&gt;Let us go then, you and I,&lt;br/&gt;When the evening is spread out against the sky&lt;br/&gt;Like a patient etherized upon a table:&lt;br/&gt;&lt;/p&gt;&lt;p&gt;In the room the women come and go&lt;br/&gt;Talking of Michaelangelo.&lt;br/&gt;&lt;/p&gt;&lt;i&gt;T. S. Eliot&lt;/i&gt;&lt;/body&gt;&lt;/html&gt;
<br><br>when I evaluate this code:<br><br>;file foo.ss:<br><span style="color: rgb(102, 51, 102);">(module foo mzscheme</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp; </span><br style="color: rgb(102, 51, 102);">
<span style="color: rgb(102, 51, 102);">&nbsp; (require (planet &quot;sxml.ss&quot; (&quot;lizorkin&quot; &quot;sxml.plt&quot; 1 4)))</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp; </span>
<br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp; (require (planet &quot;sxml.ss&quot; (&quot;lizorkin&quot; &quot;sxml.plt&quot; 1 4)))</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">
&nbsp; (define test</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp;&nbsp;&nbsp; (apply</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp;&nbsp;&nbsp;&nbsp; string-append</span><br style="color: rgb(102, 51, 102);">
<span style="color: rgb(102, 51, 102);">&nbsp;&nbsp;&nbsp;&nbsp; (sxml:clean-feed</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (stx:transform-dynamic</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (sxml:add-parents</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (sxml:document &quot;<a href="http://modis.ispras.ru/Lizorkin/XML/poem.xml">http://modis.ispras.ru/Lizorkin/XML/poem.xml
</a>&quot;))</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (stx:make-stx-stylesheet</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (sxml:document
</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;<a href="http://modis.ispras.ru/Lizorkin/XML/poem2html.xsl">http://modis.ispras.ru/Lizorkin/XML/poem2html.xsl</a>&quot;</span>
<br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;((xsl . &quot;<a href="http://www.w3.org/1999/XSL/Transform">http://www.w3.org/1999/XSL/Transform</a>&quot;))))))) ;originaly had a leading space &quot; 
<a href="http://www.w3.org/1999/XSL/Transform">http://www.w3.org/1999/XSL/Transform</a>&quot;</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp;&nbsp;&nbsp; )</span><br style="color: rgb(102, 51, 102);">
<span style="color: rgb(102, 51, 102);">&nbsp; (display test)</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp; </span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">
&nbsp; (provide test) </span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">&nbsp; )</span><br><br>;file foo-user.ss:<br><span style="color: rgb(102, 51, 102);">(require (file &quot;foo.ss&quot;))</span>
<br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">(display test)</span><br><br>I get this error:<br>. . ../../../.plt-scheme/planet/300/371/cache/lizorkin/sxml.plt/1/4/stx-engine.ss::12970: reference to undefined identifier: sxpath
<br><br>Note: Please make sure that there are no leading spaces in the strings that have the URLs of the xml/xsl pages.<br><br>Thanks for your time, I know this is frustrating.<br>Eric<br><br><br><div class="gmail_quote">
On Jan 14, 2008 6:12 PM, John Clements &lt;<a href="mailto:clements@brinckerhoff.org">clements@brinckerhoff.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style=""><div class="Ih2E3d"><br><div><div>On Jan 14, 2008, at 3:08 PM, Eric Biunno wrote:</div><br><blockquote type="cite">I might have spoken too soon, this doesn&#39;t seem to work:<br><br>(module foo mzscheme<br>
<div> &nbsp; (require (planet &quot;sxml.ss&quot; (&quot;lizorkin&quot; &quot;sxml.plt&quot; 1 4)))<br><br><span style="color: rgb(102, 51, 102);"> (define test</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);">
 &nbsp; (apply</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp;string-append</span><br style="color: rgb(102, 51, 102);"> <span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp;(sxml:clean-feed</span>
<br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp; (stx:transform-dynamic</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp; &nbsp;(sxml:add-parents</span><br style="color: rgb(102, 51, 102);">
<span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp; &nbsp; (sxml:document &quot;</span><a style="color: rgb(102, 51, 102);" href="http://modis.ispras.ru/Lizorkin/XML/poem.xml" target="_blank"> http://modis.ispras.ru/Lizorkin/XML/poem.xml
</a><span style="color: rgb(102, 51, 102);">&quot;))</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp; &nbsp;(stx:make-stx-stylesheet</span><br style="color: rgb(102, 51, 102);"> <span style="color: rgb(102, 51, 102);">
 &nbsp; &nbsp; &nbsp; (sxml:document</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp; &nbsp; &nbsp;&quot;</span><a style="color: rgb(102, 51, 102);" href="http://modis.ispras.ru/Lizorkin/XML/poem2html.xsl" target="_blank">
http://modis.ispras.ru/Lizorkin/XML/poem2html.xsl</a><span style="color: rgb(102, 51, 102);">&quot;</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp; &nbsp; &nbsp;&#39;((xsl . &quot;</span><a style="color: rgb(102, 51, 102);" href="http://www.w3.org/1999/XSL/Transform" target="_blank">
http://www.w3.org/1999/XSL/Transform</a><span style="color: rgb(102, 51, 102);">&quot;))))))) ;originaly had a leading space &quot; </span><a style="color: rgb(102, 51, 102);" href="http://www.w3.org/1999/XSL/Transform" target="_blank">
 http://www.w3.org/1999/XSL/Transform</a><span style="color: rgb(102, 51, 102);">&quot;</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> &nbsp; )</span><br><br></div>(provide test))<br><br><br>
 (module foo-user mzscheme<br> &nbsp; (require (file &quot;foo.ss&quot;))<br><br> &nbsp; (display test)<br> &nbsp; )</blockquote><br></div></div><div>More details, please. &nbsp;What language level are you running in, what version of drscheme are you using, what (if anything) are you evaluating in the interactions window, etc.
</div><font color="#888888"><div><br></div><div>John</div><div><br></div></font></div></blockquote></div><br>