>
> Like Java or any other programing lenguage, there is a
> Underlying Os based
> FileSeperator defined in I/O classes. Is there any way to
> build a uri in xsl
> with the help of bunch of strings and seperator constant.
The separator used in URIs is "/", regardless of operating system. URIs
have nothing to do with filenames, despite the fact that Microsoft
software often allows you to use them interchangeably.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
>
> for example to build a uri file:///c:\nilesh\index.html
That's not a good way to write a URI.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|