xsl-list
[Top] [All Lists]

Grouping and transforming XML elements

2003-06-09 23:41:32
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



<Prev in Thread] Current Thread [Next in Thread>