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

Filtering when grouping by Meunchian Method

Subject: Filtering when grouping by Meunchian Method
From: "Magick, Brian" <Brian.Magick@xxxxxxxxxx>
Date: Mon, 3 Dec 2001 16:56:54 -0600
 Filtering when grouping by Meunchian Method
		
Does anyone know how to filter the result set given by sorting with the
Meunchian method?  I would like to filter the following based on an
attribute of GOVERNING_TECHNOLOGY called GTBookmark.


<xsl:apply-templates select="PRODUCT/GOVERNING_TECHNOLOGY[generate-id(.)
=
                                            generate-id(key('gt',
.)[1])]">
			<xsl:sort select="key('gt', .)"/>
		</xsl:apply-templates>


I've tried to filter when calling the GOVERNING_TECHNOLOGY template 

<xsl:template match="GOVERNING_TECHNOLOGY[@GTBookmark=$variable]">

but the page always displays all of the other GTBookmarks attributes in
a non-formatted list.  Really strange behavior, I believe it has
something to do with having sorted and grouped by the Meunchian Method.

Is there a method where I can apply the filter in the first set of XSL
code?  I've tried:

<xsl:apply-templates
select="PRODUCT/GOVERNING_TECHNOLOGY[@GTBookmark=$variable]">
[generate-id(.) =
                                            generate-id(key('gt',
.)[1])]">
			<xsl:sort select="key('gt', .)"/>
		</xsl:apply-templates>

but this did not work.  Any advice would be appreciated!

Brian Magick

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.