Wiki source code of Engine_4Suite

Version 22.1 by Nicolas Gregoire on 2012/01/23 12:54

Show last authors
1 {{toc/}}
2
3 = Introduction =
4
5 [[4Suite>>http://foursuite.sourceforge.net/||rel="__blank" title="4Suite Home Page"]] is a Python based XSLT engine by Fourthought Inc.
6
7 = Supported version =
8
9 1.0
10
11 = Command line =
12
13 $> 4xslt foo.xml foo.xsl
14
15 = Identification strings =
16
17 |=xsl:vendor-url|http:~/~/4Suite.org
18 |=xsl:vendor|Fourthought Inc.
19 |=xsl:version|1
20
21 = Special features =
22
23 * File access (read and write)
24
25 = Reading files =
26
27 |=Namespace|=Extension function|=Parameters|=PoC
28 |http:~/~/xmlns.4suite.org/ext|doc-as-string|file, encoding|[[4suite-doc-as-string.xsl>>attach:4suite-doc-as-string.xsl]]\\
29
30 This is documented [[here>>http://infinitesque.net/projects/4Suite/docs/extensions/XsltBuiltins.html#id1084806788||rel="_blank"]].
31
32 = Writing files =
33
34 |=Namespace|=Extension element|=Parameters|=PoC
35 |http:~/~/exslt.org/common|document|href|[[4suite-exsl-document.xsl>>attach:4suite-exsl-document.xsl]]\\
36
37 This is documented [[here>>http://infinitesque.net/projects/4Suite/docs/modules/Ft.Xml.Xslt.Exslt.Common.html#DocumentElement||rel="_blank"]].