[xsl] XSL import with OS dependent path separator

Subject: [xsl] XSL import with OS dependent path separator
From: Cool The Breezer <techcool.kumar@xxxxxxxxx>
Date: Tue, 2 Mar 2010 03:53:45 -0800 (PST)
Hi,
    I am using XSLT 1.0. In my stylesheets, I am using import to include other stylesheets. I would like to make path in the import to be OS independent. I tried to use system-proprty function to extract file.separator, however it gives error.

<xsl:import href="concat('utils',system-property('file.separator'),'string-utils.xsl')"/>

I would appreciate your help.

regards,
RB

Current Thread