xsl-list
[Top] [All Lists]

listing values in a key

2003-03-17 04:31:28
I am having problems with this xml:

        <xsl:key name="GROUPowner" match="TTMAKER/NEWTREE/GROUP"
use="concat('@SimpleTypeName',' ','@CategoryOrGroupParent')"/>
        <xsl:variable name="ROOT"
select="TTMAKER/NEWTREE/ROOT/@SimpleTypeName"/>
        <xsl:variable name="first" select="'1'"/>
        <xsl:output method="text" indent="yes"/>        
        <xsl:template match="/">
        <xsl:variable name="start" select="concat('SP100',' ','File
CopyBook')"/>
        <xsl:for-each select="key('GROUPowner',$start)">

It is not matching the key in the for-each.

How can I list out all the values in key GROUPowner?
I have looked in the archives but can't find any reference to this.
Hope you can help.
Regards
        Jan




-------------------------------------------------------------------------- 
CONFIDENTIALITY 
The information contained in this e-mail and any files transmitted with it 
is private and confidential. It is intended for the named addressee only. 
If you are not the intended addressee you are prohibited from 
storing, copying or using the information in any way. 
If you received this e-mail due to a transmission error please notify the 
sender immediately. No liability is accepted by Northern Rock 
for any losses caused by viruses contracted during transit 
over the Internet or present in any receiving system. 
This e-mail is not intended to create legally binding commitments on 
behalf of Northern Rock plc, nor do its contents reflect the corporate 
views or policies of Northern Rock plc. 
-------------------------------------------------------------------------- 


This message has been checked for all email viruses by the Energis 
NetscanCentral solution.

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



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