Wiki source code of Engine_XalanC

Version 3.1 by Nicolas Gregoire on 2012/01/10 11:35

Hide last authors
Nicolas Gregoire 1.1 1 [[Xalan-C>>http://xml.apache.org/xalan-c/||rel="__blank" title="Xalan-C Home Page"]] is a C++ based XSLT engine by the Apache Project.
2
3
Nicolas Gregoire 3.1 4 == Supported version ==
Nicolas Gregoire 1.1 5
Nicolas Gregoire 3.1 6 1.0
Nicolas Gregoire 1.1 7
Nicolas Gregoire 3.1 8 == Command line ==
9
10 $> xalan -in foo.xml -xsl foo.xsl
11
12
Nicolas Gregoire 2.1 13 == Identification strings ==
Nicolas Gregoire 1.1 14
15 | xsl:vendor-url|http :~/~/xml.apache.org/xalan-c
16 | xsl:vendor|Apache Software Foundation
17 | xsl:version|1
18
Nicolas Gregoire 2.1 19 == Special features ==
Nicolas Gregoire 1.1 20
21 * None