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

RE: Can you group in XSL?

Subject: RE: Can you group in XSL?
From: Rene de Vries <RdVries@xxxxxxxxxxx>
Date: Wed, 11 Jul 2001 08:41:55 +0200
RE:  Can you group in XSL?
Hi Doug,

Mike Kay answered to this question before:

Grouping isn't easy in XSLT 1.0 but you will find a full discussion of the
techniques at http://www.jenitennison.com/

More specific at http://www.jenitennison.com/xslt/grouping/index.html

Greetings Rene
   { @   @ }
        ^
      \__/

"You don't need eyes to see, you need vision!"

-----Oorspronkelijk bericht-----
Van:	Hewko, Doug [SMTP:Doug.Hewko@xxxxxxxxxxxxxxx]
Verzonden:	dinsdag 10 juli 2001 15:18
Aan:	'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Onderwerp:	 Can you group in XSL?

Hi!

How could I group elements in XSL so a particular element is only displayed
once? I can retrieve all elements softed by category, but am not able to
surpress the repetitions.

For example, let's say I have the following XML and want the output to look
like this:

CATEGORY 1
     Title....description for this item
   subcategory
     Another title...description

CATEGORY 2
     Yet another title...Description



<?xml version="1.0" standalone="no"?> 
<glossary>
<glossaryitem>
	<category>Category 1</category>
	<english_title>Title</english_title>
	<english_description>Description for this item.
</english_description>
</glossaryitem>	
<glossaryitem>
	<category subcategory="Subcategory">Category 1</category>
	<english_title>Another title</english_title>
	<english_description>Description</english_description>
</glossaryitem>
<glossaryitem>
	<category>Category 2</category>
	<english_title>Yet Another title</english_title>
	<english_description>Description</english_description>
</glossaryitem>

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


 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.