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

RE: Group By an Element...

Subject: RE: Group By an Element...
From: "Earl Bingham" <earl@xxxxxxxxx>
Date: Mon, 30 Aug 1999 10:06:03 -0700
vandana deep
Your XML data can be queried using the text()
For instance you have the following:

<header>
  <category>
    Food
  </category>
  <value>
    Bananas
  </value>
  <category>
  </category>
</header>

You could use the following to get the value Bananas:

  <xsl:value-of
select="header/value[from-preceding-sibling::node()='Food']/text()"/>

My XML data contains Categories for Items.
I need to print Group By Headers for the Items
using XSLT.
These headers get printed only if the Item being
transformed has a
category different from its previous item.

Is there a way to do this in XSL ?

Thanks
Vandana

 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.