Re: [racket] xslt

2015-02-28 Thread DJ
ago. But then, I already went through the learning curve back then with xslt and xpath, so there's that. Basically I am trying to assess the effort that will be required to do the project in racket or clojure, and the xslt thing is small but significant part of it. Thanks again. Best,

[racket] xslt

2015-02-28 Thread DJ
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 /used to have/ xslt but doesn't any more. I would prefer native racket rather than some kind of ffi solution if possible. Any suggestions? B