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

Re: CHILDREN PROBLEM

Subject: Re: CHILDREN PROBLEM
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 29 Jul 1999 09:48:53 +0100 (BST)
children problem
> but I don't know how
> to test that a node is the last children in the xsl file

You can test if you are at the last by
<xsl:if test="position()=last()"/>

but probably that isn't what you want to do, normally you would do
something like

....stuff to put before the list
<xsl:apply-templates select="animal"/>
....stuff to put after the list


ie rather than process the list one at a time asking each time if you
are at the end, it is usually more convenent to specify what you want to
put around that branch of the tree, and inbetween, select the elements
you want in that branch.

David


 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.