Re: [xsl] variable problem

Subject: Re: [xsl] variable problem
From: Daniel Veillard <Daniel.Veillard@xxxxxxx>
Date: Sat, 3 Feb 2001 15:06:15 +0100
On Sat, Feb 03, 2001 at 01:28:58PM +0000, David Carlisle wrote:
> 
> 
> If I have a variable set by, for example
> 
> <xsl:variable name="inc" select="'import'"/>
> 
> Then I'm trying to use that to import (rather than include)
> a stylesheet as follows:
> 
> <xsl:$inc href="ss2.xsl"/>
> 
> However this doesn't appear to work, why not?
> 
> I'm using saxon 0.1a if that makes any difference.

  Dohhh, I nearly had a heart attack !

I hadn't noticed Michael's message and started wondering
if I really had to support this. After all this still look
easy compared to parameter entities and external subset
handling ...

Daniel

-- 
Daniel Veillard      | Red Hat Network http://redhat.com/products/network/
veillard@xxxxxxxxxx  | libxml Gnome XML toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/

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


Current Thread