blob: f387b1db9ec50396f5a0c49c28a51cb18670c07c [file] [log] [blame]
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- FileName: systemproperty02 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 12.4 -->
<!-- Purpose: Test the xsl:vendor system property -->
<xsl:template match="doc">
<out>
<xsl:value-of select="system-property('xsl:vendor')"/>
</out>
</xsl:template>
</xsl:stylesheet>