I would like to get the server address each time a page is loaded so I can test which path to include the xsl files from.
I have a jsp page that parses the xml and xsl files for output and can get the server address in jsp.
I have about 10 included xsl files in the first xsl file which loads when the first xsl is called. Since I am working on two different servers; and testing.something.com the paths to the xsl includes are different so I would like to test which server it is in the first xsl to do a choose to make sure the paths are right to the other xsl files.
Do anyone know a what to do this?
Adam
I have a jsp page that parses the xml and xsl files for output and can get the server address in jsp.
I have about 10 included xsl files in the first xsl file which loads when the first xsl is called. Since I am working on two different servers; and testing.something.com the paths to the xsl includes are different so I would like to test which server it is in the first xsl to do a choose to make sure the paths are right to the other xsl files.
Do anyone know a what to do this?
Adam