xsl-list
[Top] [All Lists]

RE: [xsl] Determining Web server address in xslt doc

2009-01-26 15:44:31
This is what I did for a project that needed to make a distinction between 
production and development.  Create an XML file with the URI for the server, 
then use doc(the-uri-to-the-xml-file) pull the URI for server out with an 
XPath.  Every server runs a script to produce their own XML file at startup, 
just in case someone decides to rename the server.  Low tech, but it worked...

Andy.

-----Original Message-----
From: Lee Surma [mailto:vandalia5(_at_)yahoo(_dot_)com]
Sent: Monday, January 26, 2009 3:36 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Determining Web server address in xslt doc

FYI I am a newbie who has been tasked with maintaining

some existing XSLT. I would like to make some XSLT dynamic
across environments using a choose statement.

Is there a way I can determine the root of the Web server
where the XSLT document is so I can hard code URL
addresses etc based on if I'm in Dev vs Production?
Example:
dev.imanewbiefool.com Vs
uat.imanewbiefool.com or
www..imanewbiefool.com

In HTML you can use the CGI REMOTE_HOST variable.


Lee





--~------------------------------------------------------------------
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>
--~--




--~------------------------------------------------------------------
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>
--~--