Re: [xsl] rephrased: passing parameters to generic templates

Subject: Re: [xsl] rephrased: passing parameters to generic templates
From: "andrew welch" <andrew.j.welch@xxxxxxxxx>
Date: Wed, 12 Apr 2006 12:59:48 +0100
On 4/12/06, Florent Georges <darkman_spam@xxxxxxxx> wrote:
> andrew welch wrote:
>
> > <xsl:template match="a">
> >   <a href="{ancestor::para/docBase}">.....
>
>   I'm not sure, but I think the OP needs "ancestor::para[1]/...",
> doesn't it?

No I don't think so, there is only one ancestor <para> for each <a>,
so it should be fine.

If I were using 2.0 I would use a tunnelled parameter that was created
at the <para> matching template and then read in the <a> matching
template, but the OP didnt day whether they could use 2.0 or not....

Current Thread