xsl-list
[Top] [All Lists]

RE: [xsl] Selecting a group of elements with different names

2007-02-21 05:36:52
Define the elements as members of a substitution-group S in the schema, then
you can do 

select="/objects/object/schema-element(S)"

Or do

select="/objects/object//(list|box|group)"

Michael Kay
http://www.saxonica.com/


-----Original Message-----
From: tom tom [mailto:tomxsllist(_at_)hotmail(_dot_)com] 
Sent: 21 February 2007 12:29
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Selecting a group of elements with different names

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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--