Sha256: 89bc34a2132bc6f4bbb50594c6613cca4bda8a687ba8bb58b2e6d0b5dea4ec43
Contents?: true
Size: 569 Bytes
Versions: 3
Compression:
Stored size: 569 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet exclude-result-prefixes="#all" version="2.0" xmlns:x="http://www.jenitennison.com/xslt/xspec" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <!-- Extracts Schematron phase from .xspec file. Output XML structure is for Ant <xmlproperty> task. --> <xsl:template as="element(xspec)" match="document-node()"> <xspec> <phase> <xsl:value-of select="/x:description/x:param[@name = 'phase'][1]" /> </phase> </xspec> </xsl:template> </xsl:stylesheet>
Version data entries
3 entries across 3 versions & 1 rubygems