hi,
i want to include one xsl-file into another.
is there any way to use relative path in xsl:include?

With absolute path <xsl:include
href="file://c:/xitami/webpages/include.xsl"> it works fine.
But that�s not portable. So I tried a relative path like this
<xsl:include href="file://./include.xsl"> but that crashes!
The same problem I`ve with the document() function.

Hannes

Reply via email to