[xsl] Grouping and transforming XML elements

Subject: [xsl] Grouping and transforming XML elements
From: "Michael Leung" <mmhleung@xxxxxxxxxxx>
Date: Tue, 10 Jun 2003 16:41:32 +1000
Hi,
How can I transform the following:

<doc>
<stuff>
<a type="1" subtype="2">A</a>
<a type="1" subtype="2">B</a>
<a type="1" subtype="2">C</a>
<a type="2" subtype="3">ZZ</a>
<a type="2" subtype="3">WW</a>
<a type="3">JJ</a>
</stuff>

<stuff>
<a type="1" subtype="2">AA</a>
<a type="1" subtype="2">BB</a>
</stuff>
</doc>

into text output like below using an XSLT stylesheet:

type(1) subtype(2): A, B, C. type(2) subtype(3): ZZ, WW. type(3): JJ.
type(1) subtype(2): AA, BB.

That is, each <stuff> is to be on a line of its own. Some sample code would be fantastic.

Many thanks,
Michael.

_________________________________________________________________
Get mobile Hotmail. Go to  http://ninemsn.com.au/mobilecentral/signup.asp


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



Current Thread