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:06:33 +0300
Hi,

> This is the respective xsl snippet that does not
> provide formatting:
> ...
> <xsl:for-each select="//azkno:annotation">
> <I><font color="#CC00CC">Annotation</font></I>
> <font color="#000000">
> <xsl:apply-templates select="."/>

Replace the xsl:apply-tempaltes with 

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

> It is serialised into (HTML):
> -----------------------------------------------------
> Annotationauthor_12003-09-20I did implement this and it
> worked fine

Read the XSLT spec, about the build-in template rules.
 
Cheers,

Jarno - Conjure One: Sleep (Ian Van Dahl Mix)

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


Current Thread