<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jan 14, 2008, at 3:08 PM, Eric Biunno wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">I might have spoken too soon, this doesn't seem to work:<br><br>(module foo mzscheme<br><div class="Ih2E3d"> &nbsp; (require (planet "sxml.ss" ("lizorkin" "sxml.plt" 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 "</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);">"))</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;"</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);">"</span><br style="color: rgb(102, 51, 102);"><span style="color: rgb(102, 51, 102);"> &nbsp; &nbsp; &nbsp; &nbsp;'((xsl . "</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);">"))))))) ;originaly had a leading space " </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);">"</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 "foo.ss"))<br><br> &nbsp; (display test)<br> &nbsp; )</blockquote><br></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><div><br class="webkit-block-placeholder"></div><div>John</div><div><br class="webkit-block-placeholder"></div></body></html>