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: variable problem


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@redhat.com  | 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


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