XSieve: XSLT + Scheme

Recently I released XSieve, an XML transformation language based on combination of XSLT and Scheme. XSieve makes XSLT to be a general-purpose language. Personally for me, XSieve is an alternative to XSLT 2.0.

Announce: http://sourceforge.net/forum/forum.php?forum_id=494165
What and why: http://xsieve.sourceforge.net/index.html#preface
Background: http://xsieve.sourceforge.net/background.html
Home page: http://xsieve.sourceforge.net/index.html
Project page: http://sourceforge.net/projects/xsieve/
XSieve in blog: http://uucode.com/blog/category/xsieve/

Your feedback is welcome!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Full Circle to DSSSL

XSLT was based on DSSSL which was based on Scheme so it seams that you're going full circle. What does your solution offer over DSSSL?

DSSSL links:
http://www.prescod.net/dsssl/
http://www.jclark.com/dsssl/

anyone use DSSSL?

Hi Kevin, sorry for late answer.

DSSSL isn't XSLT, and DSSSL isn't Scheme.

* If M delelopers know DSSSL, then M*10^N1 know XSLT, and M*10^N2 know Scheme. DSSSL can't compete in community and resources.
* I can't find XPath queries in DSSSL.
* I can't find macro facilities in DSSSL.

Inverting your question, I don't see what DSSSL offers over XSLT+Scheme.