Re: [xsl] Variable in xsl:import href attribute

Subject: Re: [xsl] Variable in xsl:import href attribute
From: Bernie <berniecc@xxxxxxxxx>
Date: Tue, 4 Sep 2007 16:45:54 +0200
It seems it's not working:

  <xsl:param name="artic.inc.path">file:///C:/projectes/7614/plantillas/include/</xsl:param>
  <xsl:import ref="{$artic.inc.path}inc_breadcrumbs.xsl" />


On 9/4/07, Manfred Staudinger <manfred.staudinger@xxxxxxxxx> wrote:
> <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.

Current Thread