[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: Still thinking to object oriented...
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Mon, 29 Sep 2008 12:23:17 +0200 (CEST)
Andrew Welch wrote:

> <xsl:template match="/">
> 	<xsl:for-each select="//*">
> 		<xsl:value-of select="concat('
',name())"/>
> 	</xsl:for-each>
> </xsl:template>

  Which spells more clearly as:

    <xsl:value-of select="//*/name(.)" separator="&_#10;"/>

  ;-),

--drkm

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member