XsltVersion

This wiki is in the process of being archived due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies. Edits are discouraged.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

XSLT option disabled, please look at HelpOnConfiguration.
<?xml version="1.0"?>

<?xml-stylesheet href="XsltVersion" type="text/xml"?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

 <xsl:output method="html" omit-xml-declaration="yes" indent="no"/>

 <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>

</xsl:stylesheet>

2026年02月14日 16:32

AltStyle によって変換されたページ (->オリジナル) /