|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Counting nodes processed
Hi Jay, I forgot to count the Topics of the current Category, so change it to <xsl:apply-templates select="Topic[count(../preceding-sibling::Category/Topic|preceding-sibling:: Topic) < 5]"/> Regards, Joerg > Joerg, > > Hmmm... seemed to print out all topics for a category. Any hints? Changed it to lt; 1 and it still printed out all topics for a category > > Jay > > -----Original Message----- > From: Joerg Heinicke [mailto:joerg.heinicke@xxxxxx] > Sent: Tuesday, March 05, 2002 1:11 PM > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx > Subject: Re: Counting nodes processed > > > <xsl:template match="TopicOwner"> > <xsl:apply-templates select="Category"/> > </xsl:template> > > <xsl:template match="Category"> > <xsl:value-of select="@name"/> > <xsl:apply-templates > select="Topic[count(../preceding-sibling::Category/Topic) < 5]"/> > </xsl:template> > > <xsl:template match="Topic"> > <xsl:value-of select="@name"/> > </xsl:template> > > Regards, > > Joerg XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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
|

Cart








