Re: [xsl] Still thinking to object oriented...

Subject: Re: [xsl] 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