Wiki source code of Engine_XalanC

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

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