Re: [xsl] separator defninition

Subject: Re: [xsl] separator defninition
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 30 May 2002 14:15:53 +0100

> (seperator definition),

You don't need an OS specific separator definition as XSLT (as most XML
languages) always uses URI syntax. These always use / (for URI schemes
that have this kind of structure at all) whatever the
underlying OS uses. It is the job of the URI handler to map the common
URI syntax to the local filesystem.

> for example to build a uri file:///c:\nilesh\index.html c
that is incorrect, although some products may silently correct it for
you. It should be

file:///c:/nilesh/index.html

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


Current Thread