Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - [xsl] stylesheet for generating html table and aditionally paste calendar data [Thread Next] Re: [xsl] stylesheet for generating html table and aditionally paste calendar dataTo: Date: 10/3/2005 8:03:00 AM Ups!
Quality check was not very good last evening :-(
> In this case, the code marked with the asterix (*) will be:
> <!-- (Muenchian Method) -->
> <xsl:for-each select="$eventdate-by-month-and-day"
> use="concat(position(),'_',$pos)">
> <br/>Time: <xsl:value-of select="@time"/>
> <br/>Event: <xsl:value-of select="event"/>
> </xsl:for-each>
Completely wrong syntax in the for-each (copy-paste error)
With the same key, the for-each should be:
<xsl:for-each
select="key('eventdate-by-month-and-day',concat(position(),'_',$pos))>
With this change, the stylesheet should work.
Regards,
Ragulf Pickaxe :-) | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
