Sha256: c5863620f09a040812f4d6f12a9a33258f757055106ed45f06a641cab0d2defe

Contents?: true

Size: 484 Bytes

Versions: 24

Compression:

Stored size: 484 Bytes

Contents

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

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

  <xsl:template match="/document">
    <xsl:value-of select="test:concat('one')"/>
    <xsl:value-of select="test:concat('one', 'two')"/>
    <xsl:value-of select="test:concat('one', 'two', 'three')"/>
  </xsl:template>

</xsl:stylesheet>

Version data entries

24 entries across 24 versions & 5 rubygems

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