xsl-list
[Top] [All Lists]

Re: understanding key usage

2004-11-22 07:11:41

  I have a nodeset which consists of 'value' elements like above. I want
  to get a nodeset of B elements whose key values are same.(e.g. all the
  value elements'(in this nodeset) B elements whose keys are 'USD'.) 
  if nodeset is -> tempnodeset

  how should i define the select clause and the key?

  
As you said yourself:

select="$tempnodeset/B[key='USD']


  But the grouping with the key does not work.

You'd need to give more information about what grouping you are trying
to do and what doesn't work.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>