Wiki source code of Engine_XalanC

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

Show last authors
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
4 == Supported version ==
5
6 1.0
7
8 == Command line ==
9
10 $> xalan -in foo.xml -xsl foo.xsl
11
12
13 == Identification strings ==
14
15 | xsl:vendor-url|http :~/~/xml.apache.org/xalan-c
16 | xsl:vendor|Apache Software Foundation
17 | xsl:version|1
18
19 == Special features ==
20
21 * None