XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Bas ReteraSubject: Question XPath expression (distinct function)
Author: Bas Retera
Date: 29 Apr 2008 07:32 AM
Originally Posted: 29 Apr 2008 06:35 AM
Hi,

Within my XSL I have to loop through all child elements of a node. That's no problem with xsl:for-each select="*". But I have to exclude some nodes. Some child nodes appear more than 1 times and I only want the first one. In my example you see two bankaccounts and two telephone numbers. I only want to get back the first one of them and all of the rest. A kind of distinct function.

Input XML:
<person>
<name>Jefferson</name>
<forename>Steve</forename>
<bankaccount>987654321</bankaccount>
<bankaccount>123456789</bankaccount>
<telephone>0987654321</telephone>
<telephone>1234567890</telephone>
etc.
</person>

Posttop
Bas ReteraSubject: Question XPath expression
Author: Bas Retera
Date: 29 Apr 2008 07:28 AM
I've found the solution myself.

<xsl:for-each select="*[name()!=name(preceding-sibling::*[position()=1])]">

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.