|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: stylesheet for generating html table and aditional
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 :-)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






