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

Re: how pattern match in xsl:key works

Subject: Re: how pattern match in xsl:key works
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 24 Jul 2003 16:17:34 +0100
xsl key pattern
  and if I have an <xsl:key> element with match = "name",  then this will
  match all "name" elements, but with match = "Sender/name", then this will
  only match name elements that are a direct descendent of a "Sender" element.
  Is this correct?


sender not Sender but yes, match in xsl:key is _exactly_ the same as
match in xsl:template.


  Also, if I was to have the following key created:

  <xsl:key name='tp' match='top' use='top/name' />
  <xsl:key name='tp' match='top' use='top/name/sender/name' />

  then each "top" node would then be key'd on two indexes: the "top/name" key,
  and the "top/name/sender/name" key, by virtue of this particular hierarchy.
  Correct?

yes. 

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


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.