xsl-list
[Top] [All Lists]

Re: xsl:import and jar files

2004-11-25 08:35:10

  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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>