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

Re: Aw: Which is less expensive group by or select di

Subject: Re: Aw: Which is less expensive group by or select distinct-values
From: "Dan Vint dvint@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 16 Jul 2016 00:33:52 -0000
Re: Aw:  Which is less expensive group by or select  di
Ok so that is yet another variation. My question was more about using distinct-value or the for-each-group to do the selection and which might be faster or less costly.

..dan

At 01:12 PM 7/15/2016, Martin Honnen martin.honnen@xxxxxx wrote:
On 15.07.2016 21:39, dvint dvint@xxxxxxxxx wrote:
I need a formated and sorted string

Yes, I understand, but the result of distinct-values() can be sorted directly with e.g



<data type="topicreport" name="WDTermList"> <xsl:for-each select="distinct-values(.//term[not(@keyref)])"> <xsl:sort select="." /> <xsl:value-of select="."/> <xsl:if test="position() != last()">, </xsl:if> </xsl:for-each> </data>

or if you want a variable with e.g.

<xsl:variable name="TermList" select="distinct-values(.//term[not(@keyref)])" />

<data type="topicreport" name="WDTermList">
  <xsl:for-each select="$TermList">
        <xsl:sort select="." />
        <xsl:value-of select="."/>
         <xsl:if test="position() != last()">, </xsl:if>
   </xsl:for-each>
</data>



Or directly with perform-sort.


--------------------------------------------------------------------------- Danny Vint

Panoramic Photography
http://www.dvint.com

voice: 619-647-5780

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.