Hi list,

xsl.clj-ext <https://github.com/mobileink/xsl.clj-ext> is a very simple
implementation of an XSL extension function that evaluates Clojure code.
It's just proof-of-concept stuff at the moment but it works well enough to
play around with it.

The provided minimal example shows how to embed Clojure code in an XML
document and typeset both the code and the result of evaluating it.  One
possible use of this would be to create something like
Concordion<http://concordion.org/>,
only simpler.  It could also be used to implement LP-style documentation of
APIs.

I won't be able to get back to it for a few weeks at least, but in the
meantime what's there seems to work well enough for experimentation, for
those who know a bit of XSL.  If there is sufficient interest, the thing to
do would be to define an XML schema and some XSL stylesheets for unit
testing, API documentation, etc.  What's there should be sufficient for
that sort of experimentation.

Gregg

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to