Subject: Re: Newbie: XML to fixed columns
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 30 May 2002 14:31:42 +0100
|
> just in case you have any comments:
Only one, unrelated to your (non) problem
href="D:\Home\nh007\Download\MSXML4\BPAYView.xsl"?>
That is a URI in the (unknown) URI scheme D: If your system uses that to
load a file from D:\Home\nh007\Download\MSXML4\BPAYView.xsl then it is
being unnecessarily kind to you.
file:///D:/Home/nh007/Download/MSXML4/BPAYView.xsl
is the URI syntax for this.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|