xsl-list
[Top] [All Lists]

RE: template match : node-set paring through multiple-axis relationships

2003-06-04 07:20:43
Try this:
 <!-- get all 'b's -->
 <xsl:key name="Bs" match="b" use="'B'"/>
 

Hi (Americo?)

This is very interesting, could you tell me more about in what context this
'b' is selected?  I would guess it has to be from the root node context, but
I do not understand why there is no '//' prefix.  This is a very interesting
solution that I will examine further,

Thanks so much,
Jonathan


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