ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> xsl-list
xsl-list
Re: [xsl] grouping, sorting, splitting
by Mukul Gandhi other posts by this author
Apr 18 2005 5:07AM messages near this date
Re: [xsl] grouping, sorting, splitting | [xsl] Upgrading Saxon XSLT 1.0 support addressing known limitations
& XSLT I think generateTRs template should be like this..
(i.e. <xsl:value-of select="title" />  and not
<xsl:value-of select="@date" /> )

<xsl:template name="generateTRs"> 
    <xsl:param name="node-set" /> 
    
    <tr> 
      <xsl:for-each select="$node-set"> 
        <td> 
          <xsl:value-of select="title" /> 
        </td> 
      </xsl:for-each>  
      <xsl:call-template name="generateRemainingTDs"> 
         <xsl:with-param name="n" select="3 -
count($node-set)" /> 
      </xsl:call-template> 
    </tr>   
</xsl:template> 

Don't know if this XSL would help.. but just gave a
try..

Regards,
Mukul

>  Hi Stephen,
>    Please try this XSL..




		
__________________________________ 
Do you Yahoo!? 
Plan great trips with Yahoo! Travel: Now over 17,000 guides!
http://travel.yahoo.com/p-travelguide

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe@[...].com> 
--~--
Thread:
Mukul Gandhi
Mukul Gandhi
Mukul Gandhi

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved