RE: [xsl] [Q] for-each formatting problem

Subject: RE: [xsl] [Q] for-each formatting problem
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 7 Oct 2003 15:13:06 +0300
I wrote:

> Replace the xsl:apply-tempaltes with 
> 
> <xsl:for-each select="rdf:Description/*">
>   <xsl:value-of select="."/>
> </xsl:for-each>

I meant:

<xsl:for-each select="rdf:Description/*">
  <xsl:text/>: <xsl:value-of select="."/>
</xsl:for-each>

Cheers,

Jarno - Mesh: Friends Like These (Mesh/Binary Girl Edit)

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread