Re: [xsl] diff between direct call and variable call

Subject: Re: [xsl] diff between direct call and variable call
From: Mike Brown <mike@xxxxxxxx>
Date: Mon, 12 Feb 2001 13:47:47 -0700 (MST)
Rosa I-Ting Cheng wrote:
> <xsl:include href="$styleFile"/>

No. The spec says that the value of the href attribute in xsl:include
must be a URI. It cannot be a reference to a variable, regardless of
whether it has a URI as its string value.

You cannot dynamically include stylesheets.

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


Current Thread