Changes for page Engine_4Suite

Last modified by Nicolas Gregoire on 2012/01/23 12:24

From version Icon 26.1 Icon
edited by Nicolas Gregoire
on 2012/01/23 13:23
Change comment: There is no comment for this version
To version Icon 27.1
edited by Nicolas Gregoire
on 2012/01/23 12:24
Change comment: Upload new attachment 4suite-ospath2uri.xsl

Summary

Details

Icon 4suite-bin-path.xsl
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.NicolasGregoire
Size
... ... @@ -1,0 +1,1 @@
1 +250 bytes
Content
... ... @@ -1,0 +1,11 @@
1 +<xsl:stylesheet
2 + version="1.0"
3 + xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 + xmlns:f="http://xmlns.4suite.org/ext" >
5 +
6 +<xsl:output method="text"/>
7 +<xsl:template match="/">
8 + <xsl:value-of select="f:bin-path()" />
9 +</xsl:template>
10 +</xsl:stylesheet>
11 +
Icon 4suite-ospath2uri.xsl
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.NicolasGregoire
Size
... ... @@ -1,0 +1,1 @@
1 +255 bytes
Content
... ... @@ -1,0 +1,11 @@
1 +<xsl:stylesheet
2 + version="1.0"
3 + xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 + xmlns:f="http://xmlns.4suite.org/ext" >
5 +
6 +<xsl:output method="text"/>
7 +<xsl:template match="/">
8 + <xsl:value-of select="f:ospath2uri('.')" />
9 +</xsl:template>
10 +</xsl:stylesheet>
11 +
Icon 4suite-uri2ospath.xsl
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.NicolasGregoire
Size
... ... @@ -1,0 +1,1 @@
1 +255 bytes
Content
... ... @@ -1,0 +1,11 @@
1 +<xsl:stylesheet
2 + version="1.0"
3 + xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 + xmlns:f="http://xmlns.4suite.org/ext" >
5 +
6 +<xsl:output method="text"/>
7 +<xsl:template match="/">
8 + <xsl:value-of select="f:uri2ospath('.')" />
9 +</xsl:template>
10 +</xsl:stylesheet>
11 +