[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] XSLT Compiler for C/C++?


Subject: [xsl] XSLT Compiler for C/C++?
From: nium@xxxxxxx
Date: Thu, 12 Jun 2008 10:11:05 -0400

Does anyone know of an existing XSLT Compiler for C or C++, such that it
takes as input an XSL stylesheet and outputs some form of executable
code, binary, compiled C code, assembly, shared library, etc. which can
then be directly executed to convert XML files?

http://sourceforge.net/projects/xsltc/is a proof-of-concept implementation that has been dead since the year 2000.
I realize there are java, HTML compilers out there that perform the task, 
but I am under a C/C++ constraint with a speed/efficiency priority, worst 
case would be using an interpreter or doing inter process communication
with a fast java compiler like Gregor/XSLT.

Anyone got any tips or ideas?


Current Thread
Keywords