This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

grouping data


Hi there,

Need some help here...

I'm trying to group data using XSLT. I've read that this can be done by
building a unique lis, but I do not succeed in buiding this unique list. Can
someone help me out here?

Thanks.
Marco

XML:
<response>
	<elem>
		<groupname>grp1</groupname>
		<groupvalue>foo</groupvalue>
		.......
	</elem>
	<elem>
		<groupname>grp2</groupname>
		<groupvalue>foo</groupvalue>
		.......
	</elem>
	<elem>
		<groupname>grp1</groupname>
		<groupvalue>foo</groupvalue>
		.......
	</elem>
</response>




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]