Hi,
How do you specify an XSL file location on a local disk or network in an XML file?
I have a line:
<?xml-stylesheet type="text/xsl" href="L:\XML\XSL\DTE.XSL"?>
But it does not look at that file location for the DTE.XSL file. I have seen examples using File: in front of the L:\ but they do not seem to work.
How do you specify an XSL file location on a local disk or network in an XML file?
I have a line:
<?xml-stylesheet type="text/xsl" href="L:\XML\XSL\DTE.XSL"?>
But it does not look at that file location for the DTE.XSL file. I have seen examples using File: in front of the L:\ but they do not seem to work.