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

Subject: RE: [xsl] template match : node-set paring through multiple-axis relationships
From: Jonathan Sprinkle <jonathan.sprinkle@xxxxxxxxxxxxxx>
Date: Wed, 4 Jun 2003 09:20:43 -0500
> 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


Current Thread