Re: [xsl] Generate Dynamic long value

Subject: Re: [xsl] Generate Dynamic long value
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Fri, 31 Jul 2009 09:54:40 +0100
2009/7/30 Christopher R. Maden <crism@xxxxxxxxx>:
> Matthew Hailstone wrote:
>> Is there any way to generate a dynamic long value or create a long
>> value that represents the current time in a stylesheet?
>>
>> I need to do this inside the stylesheet independent of any data being
>> transformed (coming in).
>>
>> i.e.
>>
>> stylesheet:
>>
>> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
>
> This can only be done with extension functions in XSLT 1.0.

Or just pass it in as a parameter...



-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread