<div dir="ltr">It's not clear whether you already have XSLT transforms that you want to use in Racket, or if you're mentioning XSLT just because it's a method of parsing & transforming XML. If the latter, then you may find that using native Racket data structures (esp. the X-expression) and native XML-friendly functions (like `match`) is more convenient.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 28, 2015 at 8:49 AM, DJ <span dir="ltr"><<a href="mailto:jakep@arqux.com" target="_blank">jakep@arqux.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
Ok - new to racket. I would like to use it because I know Common
Lisp, but need something that provides good cross-platform gui
capabilities. (I can't afford a commercial implementation of CL.)<br>
<br>
My software will harvest data from several web services that provide
results in xml.<br>
<br>
I have spent a half hour searching for info on how to run xslt
transforms in racket. All that I can find is a mention that sxml <i>used
to have</i> xslt but doesn't any more. I would prefer native
racket rather than some kind of ffi solution if possible.<br>
<br>
Any suggestions?<br>
<br>
Best,<br>
<br>
- DJ -<br>
<br>
<br>
</div>
<br>____________________<br>
Racket Users list:<br>
<a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br></blockquote></div><br></div>