Sha256: 690ad80ebd819dbd880145b29363f039a16b8bcab723dc1df1717cfadf829129

Contents?: true

Size: 262 Bytes

Versions: 7

Compression:

Stored size: 262 Bytes

Contents

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:import href="result.xsl"/>
  <xsl:output omit-xml-declaration="yes"/>
  
  <xsl:template match="/">
    <xsl:call-template name="result"/>
  </xsl:template>
</xsl:stylesheet>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruby-xslt-0.9.10 test/subdir/test.xsl
ruby-xslt-0.9.9 test/subdir/test.xsl
ruby-xslt-0.9.8 test/subdir/test.xsl
ruby-xslt-0.9.7 test/subdir/test.xsl
ruby-xslt-0.9.5 test/subdir/test.xsl
ruby-xslt-0.9.4 test/subdir/test.xsl
ruby-xslt-0.9.6 test/subdir/test.xsl