|
Subject: Re: [xsl] xsl:import and jar files From: David Carlisle <davidc@xxxxxxxxx> Date: Thu, 25 Nov 2004 15:35:10 GMT |
concat({$jar},'resources/xfunctions.xsl'
That would be an XPath syntax error: you never have {} braces in Xpath
(except as part of a string literal of course), you'd presumably also
want to insert a '/' otherwise you would end up with
...GTInfo.jarresources/xfunctions.xsl
but anyway the href on xsl:import is a compile time feature: you can
only have a literal URI there you can not dynamically build up the URI
using concat or variable references as teh import has to be done before
any variables are vound.
so you can't do
<xsl:import href="concat(
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] xsl:import and jar files, xptm | Thread | Re: [xsl] xsl:import and jar files, xptm |
| RE: [xsl] Using position predicate , Pieter Reint Siegers | Date | [xsl] weird key-nodeset behavior, Osman Çınar Eren |
| Month |