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

Re: Problem with obtaining distinct values from a var

Subject: Re: Problem with obtaining distinct values from a variable containg a nodeset
From: "Ian E. Powell" <Ian.Powell@xxxxxxxxxxxxx>
Date: Tue, 29 Nov 2005 11:27:48 -0600
xslargumentlist
Sorry Andrew Welch for my vagueness, but initially I thought it was a
rather simply problem that could be solved using the parameter name
only. Here are the details

This is a .Net project.  (So no simple 2.0  distinct() available)We can
thank Microsoft later.

I populate a XslArgumentList  with a parameter "services" using a
NodeIterator 
	System.Xml.XPath.XPathNavigator nav = serv.CreateNavigator();
	
xslArgs.AddParam("services","",(System.Xml.XPath.XPathNodeIterator)
nav.Select("//MDBServiceDesc"));

Now the in the xslt I have 

<xsl:param name="services" />
Which would contain:

<MDBServiceDesc>
	Activity By Region
</MDBServiceDesc>
<MDBServiceDesc>
	Activity By Vendor
</MDBServiceDesc>
<MDBServiceDesc>
	Best Practices
</MDBServiceDesc>
<MDBServiceDesc>
	Capital Needs Assessment
</MDBServiceDesc>
<MDBServiceDesc>
	Financial Impact
</MDBServiceDesc>
<MDBServiceDesc>
	Financial Impact
</MDBServiceDesc>
<MDBServiceDesc>
	Financial Impact
</MDBServiceDesc>

I am currently using "not", as I believe using "!=" as suggested earlier
would always return true ?
<xsl:for-each
select="$services[not(preceding-sibling::MDBServiceDesc=.)]">
  Do something
</xsl:for-each>

I get the required list output, but still containing the duplicates.

_________________________________________________________________

This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information. If you
have received it in error, please notify the sender immediately
and delete the original. Any other use of the email by you is 
prohibited.
_________________________________________________________________

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.