xsl-list
[Top] [All Lists]

Re: [xsl] xsl-t on Mac, Saxon preferred

2007-05-01 10:23:39
Rashmi Rubdi wrote:


Since Java is platform independent, the same command line syntax that
works with Windows XP, should also work on Mac OS X , Unix etc. with
the exception of the directory separator.

In Windows it is \  and in Unix it's /  also the root folder in Unix
is / , where as in Windows its the drive letter C:\

Windows also works with forward slashes /. A path like

 "c:/program files/saxon/saxon8"

on the commandline will work on all current windows systems and using paths like that will in all places where you need paths, you're making your application more platform-independent. Not sure if the Mac has this 'feature' though.

If you have code that contains paths, you must use the URI syntax (i.e. for doc(), unparsed-text() etc), which also has forward slashes for path separation.

-- Abel

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>