Changes for page Engine_XalanC

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

From version Icon 1.3 Icon
edited by Nicolas Gregoire
on 2012/01/04 19:00
Change comment: Added tag [C]
To version Icon 3.1 Icon
edited by Nicolas Gregoire
on 2012/01/10 11:35
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,17 +1,21 @@
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 2  
3 3  
4 -Supported XSLT version : 1.0
4 +== Supported version ==
5 5  
6 +1.0
6 6  
7 -Identification strings
8 +== Command line ==
8 8  
10 +$> xalan -in foo.xml -xsl foo.xsl
11 +
12 +
13 +== Identification strings ==
14 +
9 9  | xsl:vendor-url|http :~/~/xml.apache.org/xalan-c
10 10  | xsl:vendor|Apache Software Foundation
11 11  | xsl:version|1
12 12  
19 +== Special features ==
13 13  
14 -
15 -Special features
16 -
17 17  * None