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

Re: xsl:key (use attribute)

Subject: Re: xsl:key (use attribute)
From: "David N Bertoni/Cambridge/IBM" <david_n_bertoni@xxxxxxxxxx>
Date: Thu, 23 May 2002 18:34:15 -0700
dave zuccaro
Looks like a Xalan error message ;-)

I think the error is in your call to the key() function, not in the
definition of the key.  Did you leave off the closing paren?

If you're not getting a file and line number, please post a bug in
Bugzilla:

   http://nagoya.apache.org/bugzilla/index.html

A sample source file and stylesheet file would be very helpful.

Dave



                                                                                                                                         
                      "David Zuccaro"                                                                                                    
                      <davidz@xxxxxxxxxxxxxxxxxx         To:      "Xsl Mailing List" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>                   
                      m.au>                              cc:      (bcc: David N Bertoni/Cambridge/IBM)                                   
                      Sent by:                           Subject:  xsl:key (use attribute)                                          
                      owner-xsl-list@xxxxxxxxxxx                                                                                         
                      rrytech.com                                                                                                        
                                                                                                                                         
                                                                                                                                         
                      05/23/2002 05:05 PM                                                                                                
                      Please respond to xsl-list                                                                                         
                                                                                                                                         
                                                                                                                                         



Hello,

I have a xml file with the following structure:

<emp_enq_ap3>
             <pay_proc_nos emp_id="1" client_id="1">0</pay_proc_nos>
             <pay_proc_nos emp_id="1" client_id="1">1</pay_proc_nos>
             <pay_proc_nos emp_id="2" client_id="1">0</pay_proc_nos>
             <pay_proc_nos emp_id="2" client_id="1">1</pay_proc_nos>
             <pay_proc_nos emp_id="1" client_id="2">0</pay_proc_nos>
             <pay_proc_nos emp_id="1" client_id="2">1</pay_proc_nos>
             ..............
</emp_enq_ap3>

I want to retrieve the nodeset corresponding the a given client_id and
emp_id.

<xsl:key name="emp_id" match="/emp_enq_ap3/pay_proc_nos"
use="concat(@client_id, @emp_id)"/>

Is this a correct xsl statement?

This is the error I am getting:

Expected ,, but found:
pattern = 'key('emp_id', concat(@client_id, @emp_id)'
Remaining tokens: ( ')')

Thanks in advance for your help.



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







 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.