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

RE: immediately preceding:: / following::

Subject: RE: immediately preceding:: / following::
From: "Keith" <keith@xxxxxxxxxxxxx>
Date: Thu, 8 Feb 2001 11:05:24 -0600
xsl preceding following test
Hi Matt,
I was having the same problem when working on a fee structure table that had
infinite combination possibilities,
I was able to work it out with the following use of preceding::, but used
inside the xsl:for-each  instead of the xsl:if .  I'm not sure where NodeID
falls in-line with your document, so I put the code I used here also.  These
were all Elements (not attributes) so it was relatively easy to xpath...
<xsl:for-each
select="//ACHFee/feeSubmissionBottom[not(.=preceding::feeSubmissionBottom)]"
>
	<xsl:sort select="." order="ascending" data-type="number" />

<xsl:for-each select="NodeID[not(.=preceding::NodeID)]">
<xsl:sort select="." order="ascending" data-type="number" />

Keith Brooks
Software Developer
Global eTelecom
Keith@xxxxxxxxxxxxxxxxxx

I have my <NodeID> elements already sorted.
I am testing whether or not there are duplicate NodeIDs.
If there are, I need to only include one of them.
I am using the following lines:
     <xsl:if test = "NodeID[not(.=preceding::NodeID)]">
     ...
     </xsl:if>



 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.