xsl-list
[Top] [All Lists]

RE: [Q] for-each formatting problem

2003-10-07 05:13:06
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



<Prev in Thread] Current Thread [Next in Thread>