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

Grouping and Unique Lists

Subject: Grouping and Unique Lists
From: "Michael J. Dyer" <michael.dyer@xxxxxxxxxx>
Date: Mon, 27 Sep 1999 13:03:54 -0400
michael dyer
I've searched the archives and found a few posts in this area, but nothing
that seems to directly address the problem.  I'm working with the Microsoft
IE5 XMLDom.  Given the following XML:
<?XML version='1.0'?>
<ITEMLIST>
<ITEM>
<CATEGORY>Category A</CATEGORY>
<NUMBER>00001</NUMBER>
<DESCRIPTION>Item 1</DESCRIPTION>
</ITEM>
<ITEM>
<CATEGORY>Category B</CATEGORY>
<NUMBER>00002</NUMBER>
<DESCRIPTION>Item 2</DESCRIPTION>
</ITEM>
<ITEM>
<CATEGORY>Category B</CATEGORY>
<NUMBER>00003</NUMBER>
<DESCRIPTION>Item 3</DESCRIPTION>
</ITEM>
<ITEM>
<CATEGORY>Category C</CATEGORY>
<NUMBER>00004</NUMBER>
<DESCRIPTION>Item 4</DESCRIPTION>
</ITEM>
</ITEMLIST>
1.  Using XSL, convert to the following output (without using the actual
category name as part of the XSL)
Category A
00001 Item 1
Category B
00002 Item 2
00003 Item 3
Category C
00004 Item 4


 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.