[xsl] Selecting a group of elements with different names

Subject: [xsl] Selecting a group of elements with different names
From: "tom tom" <tomxsllist@xxxxxxxxxxx>
Date: Wed, 21 Feb 2007 12:28:34 +0000
Hi all,

i need to select a group of elements whose name belongs to a defined list - something along the lines of:

<xsl:for-each-group
select="/objects/object//*[name() ='list' or name()='box' or name()='group']" group-by="concat(name(), @type)">


Using XSLT 2 Can you suggest a more elegant way to list the element names than:

name() ='list' or name()='box' or name()='group'

?

_________________________________________________________________
Get Hotmail, News, Sport and Entertainment from MSN on your mobile. http://www.msn.txt4content.com/


Current Thread