<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>XsltVersion</title></articleinfo><!--RAW HTML: XSLT option disabled, please look at <a href="/HelpOnConfiguration">HelpOnConfiguration</a>.--><screen><![CDATA[<?xml version="1.0"?>
]]><![CDATA[
<?xml-stylesheet href="XsltVersion" type="text/xml"?>
]]><![CDATA[
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
]]><![CDATA[
   <xsl:output method="html" omit-xml-declaration="yes" indent="no"/>
]]><![CDATA[
   <xsl:template match="/">
     This Wiki is running an XSLT engine by
     <xsl:value-of select="system-property('xsl:vendor')"/>
     (<a href="{system-property('xsl:vendor-url')}"><xsl:value-of select="system-property('xsl:vendor-url')"/></a>)
     implementing XSLT v<xsl:value-of select="system-property('xsl:version')"/>
   </xsl:template>
]]><![CDATA[
</xsl:stylesheet>]]></screen></article>