This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: separator defninition




> (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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]