[xsl] referencing a variable of a URL in a script tag

Subject: [xsl] referencing a variable of a URL in a script tag
From: "Graber, Jeffrey" <jeffrey.graber@xxxxxxx>
Date: Mon, 6 Dec 2004 11:36:37 -0500
> Howdy
> in my XSL file I need to include references to some javascript files (i.e
>
>         		script language="JavaScript"
src="https://mycomputer.mycompany.com:7004/myapplication/js/common.js";></scri
pt>
> 		<script language="JavaScript"
src="https://mycomputer.mycompany.com:7004/myapplication/js/containerList.js";
></script>
>
> This works fine... However, for production, the URL will invariably be
different for each installation. So I need to replace the specific URL with a
variable that could be stored in one central file and referenced
>
> like <script language="JavaScript"
src="https://SERVERADDRESS/myapplication/js/common.js";></script>
>
> Therefore, we would only have to edit the one central files to specific the
SERVERADDRESS variable (i.e. SERVERADDRESS="yourcomputer.yourcompany.com)
>
> Could some be kind enough to show me how this is done.
>
> Thanks
>
> Jeff Graber
> NG/IT/TASC
> 703 312 2289

Current Thread