This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: diff between direct call and variable call


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]