RE: [xsl] retrieve hostname

Subject: RE: [xsl] retrieve hostname
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 24 Feb 2006 12:39:32 -0000
If you know of a Java method that returns the information then you can call
it the same way as you call any other extension function (which depends on
which processor you are using).

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: Mark Hutchinson [mailto:exec@xxxxxxxxxx] 
> Sent: 24 February 2006 11:58
> To: xsl-list
> Subject: [xsl] retrieve hostname
> 
> Is there a way to retrieve the hostname of the node running the XSLT?
> 
> I have an external document that is being referenced from within the 
> XSLT. It must now run on several machines where the pathing 
> information 
> is different.
> 
> If I pass the hostname to XSLT and store it in a <xsl:param> it all 
> works fine. I was wondering if there was a way of calling 
> java to access 
> the hostname that way? Or perhaps there's another way?
> 
> i.e. java.net.InetAddress.getLocalHost().getHostName()
> 
> Mark H.
> 
> 
> 
> 
> 	
> 
> 	
> 
> 	
> 
> 	
> 
> 	
> 
> //

Current Thread