[Home] [By Thread] [By Date] [Recent Entries]
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
|

Cart



