Sha256: 0760b56c1310c10c1fb5363b2653b49d76a2a3a86432aab9737c872acfc6f824
Contents?: true
Size: 457 Bytes
Versions: 3
Compression:
Stored size: 457 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="xs" version="3.0"> <xsl:template name="supportXPath3"> <root> <question><xsl:text>Does XSpec support XPath 3.0?</xsl:text></question> <answer><xsl:value-of select="let $answer := 'Yes it does' return $answer"/></answer> </root> </xsl:template> </xsl:stylesheet>
Version data entries
3 entries across 3 versions & 1 rubygems