RE: [xsl] Another <xsl:key> problem

Subject: RE: [xsl] Another <xsl:key> problem
From: aaron apigo <aaronjose_apigo2001@xxxxxxxxx>
Date: Tue, 27 Sep 2005 04:39:38 -0700 (PDT)
Hi,
   sorry for incomplete data.
it is supposed to be like this.
 
<xsl:template match="bookmark-start">
       <xsl:variable name="bib_number"
select="substring(@id, 4, string-length(@id))"/>
 
>>>>Other question is: why two keys; "contribution"
and "h_issue" are
identical?
 
oopps, sorry, my fault, no other reason for that, it
supposed to be "contribution" only, then i should used
it again for getting the nodes for variable "sample".
 
my another problem about that is, i don't know how can
i process the nodes for each key, e.g.,
 
<xsl:for-each select="$biblio[$contrib_sample]">
....................
</xsl:for-each>
 
is this correct?
 
regards.
aaron

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Current Thread