[ANN] XSLTC version 0.4 (C++ stylesheet compiler)

Subject: [ANN] XSLTC version 0.4 (C++ stylesheet compiler)
From: ogerardin.cs@xxxxxxxxxxxxxxx
Date: Fri, 8 Sep 2000 14:59:38 +0200
Version 0.4 of XSLTC, the C++ stylesheet compiler based on TransforMiix, has
been released.

XSLTC takes as input an XSLT stylesheet, and generates C++ code. The
executable that is generated from this code is expected to have the same
behaviour as the source stylesheet when run through an XSLT processor, only
much faster. 

Changes from version 0.3 include:
	*	Completely rewrote the XPath expression parser. The new
parser is fully recursive and hopefully compliant with the spec. 
	*	Implemented additional functions generate-id() and
document(). Note: document('') is not implemented. 
	*	Updated to expat 1.1. Now comment nodes are not ignored any
more. 
	*	Caught up with some of the latest TransforMiix updates 
	*	Fixed whitespace processing 
	*	Fixed handling of string constants with embedded quotes

The new version is available from the primary site,
http://www3.cybercities.com/x/xsltc

A SourceForge project has also been created to support XSLTC at
http://sourceforge.net/projects/xsltc
The idea is to use the bug tracking features and other facilities there; the
source is not (yet) available through CVS.

XSLTC is licensed under the Mozilla Public Licence 1.1 

As always, feedback is very welcome.
Olivier Gerardin <ogerardin@xxxxx> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread