Changes for page Reconnaissance

Last modified by Nicolas Gregoire on 2012/02/03 14:52

From version Icon 2.1 Icon
edited by Nicolas Gregoire
on 2012/01/10 14:49
Change comment: There is no comment for this version
To version Icon 3.1 Icon
edited by Nicolas Gregoire
on 2012/01/10 14:55
Change comment: Upload new attachment recon-xslt20.xsl

Summary

Details

Icon recon-xslt20.xsl
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.NicolasGregoire
Size
... ... @@ -1,0 +1,1 @@
1 +816 bytes
Content
... ... @@ -1,0 +1,14 @@
1 +<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
2 +<xsl:output method="text"/>
3 +<xsl:template match="/">
4 +Version : <xsl:value-of select="system-property('xsl:version')" />
5 +Vendor : <xsl:value-of select="system-property('xsl:vendor')" />
6 +Vendor URL : <xsl:value-of select="system-property('xsl:vendor-url')" />
7 +Product Name : <xsl:value-of select="system-property('xsl:product-name')" />
8 +Product Version : <xsl:value-of select="system-property('xsl:product-version')" />
9 +Is Schema Aware : <xsl:value-of select="system-property('xsl:is-schema-aware')" />
10 +Supports Serialization : <xsl:value-of select="system-property('xsl:supports-serialization')" />
11 +Backward Compatible : <xsl:value-of select="system-property('xsl:supports-backwards-compatibility')" />
12 +</xsl:template>
13 +</xsl:stylesheet>
14 +