Hi,
I'm a newbie to xsl and javascript..
I've a sample.xsl file which has a variable value assigned like this..
<xsl:variable name="sBasePath">D:/SomeFolder/SomeSubFolder</xsl:variable>
I also have a sample.js file which has a function call like this ..
SomeFunction("D:/SomeFolder/SomeSubFolder")
Now, my requirement is ..
I need to read the hardcoded value : "D:/SomeFolder/SomeSubFolder"
from a common file (which could be either an other .xsl or .js or any other file)
and load the same to variables in both sample.xsl and sample.js
What would be the best way to accomplish this?
Thanks in advance.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks