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

Re: What does the phrase "duplicates removed" mean pr

Subject: Re: What does the phrase "duplicates removed" mean precisely?
From: "Jay Bryant" <jay@xxxxxxxxxxxx>
Date: Tue, 31 Jan 2006 18:30:10 -0600
what does bryant mean
Hi, Mark,

 <SomeTag>This is the text</SomeTag>

wouldn't be a duplicate, as it is a single element.

Now, if I had a structure like this:

<root>
 <SomeTag>This is the text</SomeTag>
 <SomeTag>This is the text</SomeTag>
</root>

I'd have a duplicate.

Then, to process just one of the duplicate nodes, I could do something like:

<xsl:for-each select="SomeTag[not(following::SomeTag = .]">
  <!-- Do something here -->
</xsl:for-each>

Make sense? If not, let us know.

And welcome to XSL and the list.

Jay Bryant
Bryant Communication Services

----- Original Message ----- 
From: "Mark Wilson" <drmark@xxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, January 31, 2006 7:51 AM
Subject:  What does the phrase "duplicates removed" mean precisely?


> In reading Michael Kay's XPath 2.0, I frequently encountered the phrase,
> "...returned with no duplicates...". I checked the FAQ mantained by Dave
> Pawson under both XSLT Terminology -- where "duplicates" is used to define
> the term "Node Set" -- and under XSL Frequently Asked Questions where
> "duplicates" has its own heading. From that reading, I am all but
convinced
> that "duplicates" refers to the (I cannot recall the correct XML term)
> content text demarked by a starting and ending XML element pair, as in
>
>     <SomeTag>This is the text</SomeTag>
>
> Is this correct, or is my understanding imperfect? Are there any other
kind
> of "duplicates" removed?
>
> Thanks,
> Mark

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.