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

Re: Assigning serial numbers

Subject: Re: Assigning serial numbers
From: "Siddhi Thakkar" <siddhi.thakkar@xxxxxxxxxxxxxx>
Date: Sat, 10 Apr 2010 12:46:34 +0530
Re:  Assigning serial numbers
Great Ramesh!! Thanks very very much..

----- Original Message ----- From: "Ramesh, Marimuthu" <M.Ramesh@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Cc: <siddhi.thakkar@xxxxxxxxxxxxxx>
Sent: Saturday, April 10, 2010 12:39 PM
Subject: RE: Assigning serial numbers



Try the below:


<xsl:template match="/">
<table>
<xsl:variable name="serial">
<xsl:for-each select="//a/@href">
<xsl:if test="not(for $x in //@id return
$x[$x=current()])">
<xsl:copy-of select="ancestor::a[1]"/>
</xsl:if>
</xsl:for-each>
</xsl:variable>


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.