[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Variable in xsl:import href attribute
Subject: Re: [xsl] Variable in xsl:import href attribute
From: "Manfred Staudinger" <manfred.staudinger@xxxxxxxxx>
Date: Tue, 4 Sep 2007 16:35:10 +0200
|
<xsl:import href="{$incPath}" />
Manfred
On 04/09/07, Bernie <berniecc@xxxxxxxxx> wrote:
> Is possible to concatenate path + file in a href attribute of an
> <xsl:import> or just using a preset variable?
>
> <xsl:import href= "$incPath" />
>
> Thanx.
> Bernie.
|