
December 1st, 2010, 10:04 AM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 3
Time spent in forums: 43 m 6 sec
Reputation Power: 0
|
|
Relative Path in XSL
Hello,
I am new to XML/XSL. I have a XSL file which I want to set a file path relative to the xsl.
The XSL file is in the same directory as the file "Image.gif".
Full path works:
<xsl:variable name="BackgroundImage">url(C:\Temp\Image.gif)</xsl:variable>
This doesn't work:
<xsl:variable name="BackgroundImage">url(Image.gif)</xsl:variable>
Please advise.
Thank you.
Jon
|