[Home] [By Thread] [By Date] [Recent Entries]
Can anyone explain why my XML doc displays with proper formatting in IE but
not in Firefox? I am guessing it has to do with Firefox's inability to
process the absolute path in my XSL file, which changes depending on whether
I use this at work or at home (home is D:, work is P:) Is this an XSLT
problem or a Firefox problem?
<xsl:output method="html"/> <xsl:variable name="common_folder" select="'D:/Program2/Varga/Common Files/'" /> <xsl:template match="/">
<html>
<head>
<link type="text/css"
media="screen, print"
rel="stylesheet"
href="{$common_folder}alansdefault2.css"/>
<title><xsl:value-of select="document/pageheader/header1"/></title>
</head>
~~~~~ end of XSL file ~~~~~Thanks, Alan
|

Cart



