[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Selecting a group of elements with different names

Subject: RE: Selecting a group of elements with different names
From: "tom tom" <tomxsllist@xxxxxxxxxxx>
Date: Wed, 21 Feb 2007 13:51:14 +0000
RE:  Selecting a group of elements with different names
Am I right in saying the first option requires me to purchase a schema aware XSLT processor?

The second option looks similar to the one I suggested, its not really extensible when I need to make the check for list | box | group at numerous places in the stylesheet. I would like to define these object names in one place and then reference them from numerous XPaths.


From: "Michael Kay" <mike@xxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE:  Selecting a group of elements with different names
Date: Wed, 21 Feb 2007 12:36:28 -0000

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@xxxxxxxxxxx] > Sent: 21 February 2007 12:29 > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx > Subject: 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/


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.