Subject: Re: Getting the current document from an xsl:function
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Thu, 28 Jun 2012 11:12:18 +0200
|
Hi Andrew,
The current dir of the currently executing stylesheet. Every
xsl:function is contained in a stylesheet and the currently executing
main stylesheet is also known, so theoretically this "context" should
(could) be available.
Abel
On 28-6-2012 11:07, Andrew Welch wrote:
> Hi Abel,
>
>> The reaon I ask is that I'd like to be able to find the current
>> dir from places where there is no context.
> What current dir are you looking for when there is no context?
|