xsl-list
[Top] [All Lists]

Re: Transforming XML to HTML Table

2003-01-29 08:20:39
Nick Foster wrote:

Someone else has suggested that I change
<xsl:for-each select="$columntitles">
  <TD><xsl:value-of 
select="$samples[./label=$columntitles/label]/displayval"/></TD>
</xsl:for-each>

to
<xsl:for-each select="$columntitles">
  <TD><xsl:value-of select="$samples[./label=current()/label]/displayval"/></TD>
</xsl:for-each>
That was me, but it won't work with your xml as 'sample 1' != 'Sample 1'. Fix that first.

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


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



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