Re: [xsl] separator defninition

Subject: Re: [xsl] separator defninition
From: "NILESH PATEL" <jayganesh786@xxxxxxxxxxx>
Date: Thu, 30 May 2002 13:31:54 +0000
Thanks very much david,

That has cleared the confusion and a problem.

That's wonderful

Nilesh


From: David Carlisle <davidc@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] separator defninition
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





_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread