Sha256: 91a0385a28b65d02a386dca807722d95117b7d81ce16268fea789234cbdf5687

Contents?: true

Size: 340 Bytes

Versions: 24

Compression:

Stored size: 340 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0"
		xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

  <xsl:output method="text"
              encoding="utf-8"/>

  <xsl:template match="/*">
    <xsl:value-of select="name(.)"/>
    <xsl:text> </xsl:text>
    <xsl:apply-templates/>
  </xsl:template>

</xsl:stylesheet>

Version data entries

24 entries across 24 versions & 5 rubygems

Version Path
Pistos-ramaze-2008.09 spec/ramaze/template/xslt/index.xsl
Pistos-ramaze-2008.12 spec/ramaze/template/xslt/index.xsl
Pistos-ramaze-2009.01 spec/ramaze/template/xslt/index.xsl
Pistos-ramaze-2009.02 spec/ramaze/template/xslt/index.xsl
clivecrous-ramaze-0.3.9.5 spec/ramaze/template/xslt/index.xsl
manveru-ramaze-2008.07 spec/ramaze/template/xslt/index.xsl
manveru-ramaze-2008.08 spec/ramaze/template/xslt/index.xsl
manveru-ramaze-2008.09 spec/ramaze/template/xslt/index.xsl
manveru-ramaze-2008.10 spec/ramaze/template/xslt/index.xsl
manveru-ramaze-2008.12 spec/ramaze/template/xslt/index.xsl
manveru-ramaze-2009.01 spec/ramaze/template/xslt/index.xsl
ptomato-ramaze-2009.02.1 spec/ramaze/template/xslt/index.xsl
ptomato-ramaze-2009.02 spec/ramaze/template/xslt/index.xsl
ramaze-0.2.0 spec/ramaze/template/xslt/index.xsl
ramaze-0.2.1 spec/ramaze/template/xslt/index.xsl
ramaze-0.3.5 spec/ramaze/template/xslt/index.xsl
ramaze-0.3.0 spec/ramaze/template/xslt/index.xsl
ramaze-0.3.9.1 spec/ramaze/template/xslt/index.xsl
ramaze-2008.11 spec/ramaze/template/xslt/index.xsl
ramaze-2008.06 spec/ramaze/template/xslt/index.xsl