I want to open an XML file with my browser. The file contains the
following line:
<?xml-stylesheet type="text/xsl" href="/new.xsl"?>
which points to the root node to look for the stylesheet.
Since the XML file is in only-readable media, I cannot modify it, so
the solution is to copy the stylesheet to the correct directory. The
problem is that I can't find where this should be. I have tried all
over the place: in the desktop, in the root C: drive, in the same
directory as the XML file, in the directory where the browser file is
located, ... but it doesn't find the stylesheet.
Can anyone tell me where is the right place?
Many thanks for your help.
Maybe you need to know this: I am using WIN2K, Firefox and IE6.
following line:
<?xml-stylesheet type="text/xsl" href="/new.xsl"?>
which points to the root node to look for the stylesheet.
Since the XML file is in only-readable media, I cannot modify it, so
the solution is to copy the stylesheet to the correct directory. The
problem is that I can't find where this should be. I have tried all
over the place: in the desktop, in the root C: drive, in the same
directory as the XML file, in the directory where the browser file is
located, ... but it doesn't find the stylesheet.
Can anyone tell me where is the right place?
Many thanks for your help.
Maybe you need to know this: I am using WIN2K, Firefox and IE6.
Comment