xsl-list
[Top] [All Lists]

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

2009-01-26 16:03:18

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


You can always pass the location in to the stylesheet from the calling
application as a parameter.

In XSLT 2.0, the function static-base-uri() gives you the base URI of the
stylesheet.

There's no equivalent in 1.0, but the document() function can select
relative to the stylesheet by supplying a relative URI reference.

Michael Kay
http://www.saxonica.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>
--~--

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