[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: How to mark every 5th output record.

Subject: Re: How to mark every 5th output record.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 11 Mar 2008 15:00:19 GMT
Re:  How to mark every 5th output record.
> significant rework to the 3K lines of code I already have. I currently don't
> use for-each, I use various forms of "template match" 

often it doesn't need much of a change if you are doing

<xsl:appy-templates select="something"/>

to select a pile of them in parallel, instead do

<xsl:appy-templates select="(something)[1]">
  <xsl:with-param name="c" select="1"/>
</xsl:apply-templates?


to just process the first one, with a count of 1, and at the end of each
relevant template att an apply-template call to process the next in
line.

googling for   xslt sibling recursion  will turn up many examples,
including a thread from last month on this list.

Having said that, unless you _know_ you will hit memory constraints by
doing a second (or third) pass over the tree, that's easier to manage in
the long run.


David


________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.