Wiki source code of Engine_XalanC

Last modified by Nicolas Gregoire on 2012/01/14 16:47

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