Changes for page Engine_libxslt

Last modified by Nicolas Gregoire on 2012/07/23 16:53

From version Icon 31.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 22:12
Change comment: There is no comment for this version
To version Icon 32.1 Icon
edited by Nicolas Gregoire
on 2012/01/14 17:53
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,26 +1,29 @@
1 -[[libxslt>>http://xmlsoft.org/XSLT/||rel="__blank" title="libxslt Home Page"]] is a C based XSLT engine developed for the GNOME project.
1 +{{toc/}}
2 2  
3 += Introduction =
3 3  
4 -== Supported version ==
5 +[[libxslt>>http://xmlsoft.org/XSLT/||rel="__blank" title="libxslt Home Page"]] is a C based XSLT engine developed for the GNOME project.
5 5  
7 += Supported version =
8 +
6 6  1.0
7 7  
8 -== Command line ==
11 += Command line =
9 9  
10 10  $> xsltproc foo.xsl foo.xml
11 11  
12 12  
13 -== Identification strings ==
16 += Identification strings =
14 14  
15 15  |=xsl:vendor-url|http:~/~/xmlsoft.org/XSLT/
16 16  |=xsl:vendor|libxslt
17 17  |=xsl:version|1.0
18 18  
19 -== Special features ==
22 += Special features =
20 20  
21 21  * File creation
22 22  
23 -== File creation ==
26 += File creation =
24 24  
25 25  Several functions, associated at different namespaces, allow to create files on the engine side. They're all aliases to the xsltDocumentElem() function defined in libxslt/transform.c. The content written to the file must be valid UTF-8 (so plain ASCII works too). Existing files can be overwritten.
26 26