Hi, I&#39;m a little confused. The following code works as expected:<br><br>(require (planet &quot;sxml.ss&quot; (&quot;lizorkin&quot; &quot;sxml.plt&quot; 1 4)))<br>&nbsp; <br>&nbsp; (define test <br>&nbsp;&nbsp;&nbsp; (apply<br>&nbsp;string-append<br>
&nbsp;(sxml:clean-feed<br>&nbsp;&nbsp; (stx:transform-dynamic<br>&nbsp;&nbsp;&nbsp;&nbsp; (sxml:add-parents<br>&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;))<br>&nbsp;&nbsp;&nbsp;&nbsp; (stx:make-stx-stylesheet
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (sxml:document<br>&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;<br>&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;)))))))<br>&nbsp;&nbsp; )<br><br>(test)<br><br>But when I create a module with this code and then call (test) from another file I get the following error:<br>.plt-scheme/planet/300/371/cache/lizorkin/sxml.plt/1/4/stx-
engine.ss::12970: reference to undefined identifier: sxpath<br><br>Is there something about modules and PLaneT that I&#39;m missing? or is this a problem with sxml.ss? or something else?<br><br>Thanks for your time,<br>Eric
<br>