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

RE: Determining last node

Subject: RE: Determining last node
From: "Khan, Amir" <amkhan@xxxxxxxxxx>
Date: Tue, 14 Aug 2001 16:48:09 +0100
xsl for each last node
Larry,

Instead of having a seperate template for the data do the work in the
following block(unless you have reason not to?)

		<xsl:for-each select="book/chapter">
	.....call to template
	</xsl:for-each>


Tag, then you can do something like the following..

		<xsl:for-each select="book/chapter">
		<xsl:choose>
			<xsl:which test test="position()=last()">
				.
				.
				what ever when its the last node..
			</xsl:which>
						<xsl:otherwise>
							.
							do what ever with
every node but the last one..
							.
						</xsl:otherwise>
				</xsl:choose>
	</xsl:for-each>

Did'nt bother wasting bandwidth quoting your mail, hope you dont mind.

Hope that helps,

Amir



------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the designated recipient(s) named above.  If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited.  This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers.  Email transmission cannot be guaranteed to be secure or error-free.  Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such.  All information is subject to change without notice.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.