|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: immediately preceding:: / following::
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
|
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








