Re: AW: [xsl] xsl:include href-attribute

Subject: Re: AW: [xsl] xsl:include href-attribute
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Thu, 30 May 2002 17:04:00 +0200
NILESH PATEL wrote:
Yes but this will be no different than hard-coded xsl:import, isn't it?

If you want to create xsl:include statement dynamically then you have to do it the previous way, as in Param bar-chart on command line. RIGHT?

Thanks

Nilesh

Hello Nilesh,


as you can see in David's snippet, there is no need of variable use for this:

batch file:
...
java ... -IN data.xml -XSL bar-chart.xsl -OUT chart.svg


bar-char.xsl ... <xsl:import href="chart.xsl"/>

David

You start the transformation with the non-common stylesheet and there you include the common one. Of course this <xsl:import href="chart.xsl"/> is hard-coded. There is no possibility of variable use. You can only create the stylesheet dynamically, but why doing this, if it's so easy as above?


Joerg

--

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
joerg.heinicke@xxxxxxxxx
www.virbus.de


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



Current Thread