Changes for page Engine_4Suite

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

From version Icon 25.1 Icon
edited by Nicolas Gregoire
on 2012/01/23 13:22
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 Page properties
Content
... ... @@ -39,7 +39,7 @@
39 39  
40 40  = Information leak =
41 41  
42 -|=Namespace|=Extension function|=Parameters
43 -|http:~/~/xmlns.4suite.org/ext|bin-path|\\
44 -|http:~/~/xmlns.4suite.org/ext|ospath2uri|\\
45 -|http:~/~/xmlns.4suite.org/ext|uri2ospath|\\
42 +|=Namespace|=Extension function|=PoC
43 +|http:~/~/xmlns.4suite.org/ext|bin-path()|[[4suite-bin-path.xsl>>attach:4suite-bin-path.xsl]]\\
44 +|http:~/~/xmlns.4suite.org/ext|ospath2uri()|[[4suite-ospath2uri.xsl>>attach:4suite-ospath2uri.xsl]]\\
45 +|http:~/~/xmlns.4suite.org/ext|uri2ospath()|[[4suite-uri2ospath.xsl>>attach:4suite-uri2ospath.xsl]]\\
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 +