Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] What does the phrase "duplicates removed" mean precisely?

From: "Jay Bryant" <jay@------------>
To:
Date: 2/1/2006 3:08:00 AM
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: [xsl] 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


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent