Hi, I'm a little confused. The following code works as expected:<br><br>(require (planet "sxml.ss" ("lizorkin" "sxml.plt" 1 4)))<br> <br> (define test <br> (apply<br> string-append<br>
(sxml:clean-feed<br> (stx:transform-dynamic<br> (sxml:add-parents<br> (sxml:document "<a href="http://modis.ispras.ru/Lizorkin/XML/poem.xml">http://modis.ispras.ru/Lizorkin/XML/poem.xml</a>"))<br> (stx:make-stx-stylesheet
<br> (sxml:document<br> "<a href="http://modis.ispras.ru/Lizorkin/XML/poem2html.xsl">http://modis.ispras.ru/Lizorkin/XML/poem2html.xsl</a>"<br> '((xsl . "<a href="http://www.w3.org/1999/XSL/Transform">
http://www.w3.org/1999/XSL/Transform</a>")))))))<br> )<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'm missing? or is this a problem with sxml.ss? or something else?<br><br>Thanks for your time,<br>Eric
<br>