Changes for page Engine_libxslt

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

From version Icon 26.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 21:34
Change comment: There is no comment for this version
To version Icon 27.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 21:41
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -22,7 +22,7 @@
22 22  
23 23  == File creation ==
24 24  
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
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  
27 27  |=Namespace|=Extension element|=Parameter|=PoC
28 28  |http:~/~/www.w3.org/1999/XSL/Transform|document|href|[[libxslt-xsl-document.xsl>>attach:libxslt-xsl-document.xsl]]\\
... ... @@ -30,3 +30,5 @@
30 30  |http:~/~/exslt.org/common|document|href|[[libxslt-exslt-document.xsl>>attach:libxslt-exslt-document.xsl]]\\
31 31  |org.apache.xalan.xslt.extensions.Redirect|write|href|[[libxslt-xalan-write.xsl>>attach:libxslt-xalan-write.xsl]]\\
32 32  |http:~/~/icl.com/saxon|output|href|[[libxslt-saxon-output.xsl>>attach:libxslt-saxon-output.xsl]]\\
33 +
34 +Note : The first line uses the standard XSLT namespace in version "1.0", which is always available.