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

RE: Unique Attribute value

Subject: RE: Unique Attribute value
From: "Ramesh, Marimuthu" <M.Ramesh@xxxxxxxxxxx>
Date: Thu, 1 Jul 2010 12:51:58 +0530
RE:  Unique Attribute value
Hi,

Check with the below model:

<xsl:template match="/">
<xsl:for-each select="//x">
<xsl:if test="@id = following::x/@id">
<xsl:value-of select="@id"/>
</xsl:if>
</xsl:for-each>
</xsl:template>

regards,
Rummy


-----Original Message-----
From: pankaj.c@xxxxxxxxxxxxxxxxxx [mailto:pankaj.c@xxxxxxxxxxxxxxxxxx]
Sent: Thursday, July 01, 2010 12:43 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  Unique Attribute value

Hello all,

Is there a way to check whether an element's attribute has unique value
in
xml structure and is not repeating.

For instance, in below sample xml "p1" is repeating twice and any good
parser will throw an error for it, though I would like it to check it
with
XSLT itself. Weird, I know. I am just trying to figure out the best
possible way to get this done.

My actual requirement is little bit more complex but thought of starting

asking with this.


<?xml version="1.0"?>
<root>
        <x id="p1">xxx</x>
        <x id="p2">yyy</x>
    <b>
        <x id="p3">zzz</x>
        <x id="p1">AAA</x>
    </b>
</root>

TIA,
Pankaj

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.