From d1b8a80f3b8d573c78565b28dafd3c5667d51921 Mon Sep 17 00:00:00 2001
From: William Victor Mote
See Current Date and Time.
+XSL-FO does not currently have a function for retrieving the current date and time. +However, in some cases, XSLT can be used to place the current date and time into the XSL-FO document as it is generated.
+One possibility is to use the exslt date and time extension.
+Another possibility is to use java or javascript (or perhaps some other language). +Here is an example, using java, that works with Xalan. First, create the appropriate namespace:
+ +Next, use the java language to retrieve and format the current date and time. +Here is an example template:
+ +