Linden H van der (MI) wrote:
Hi,

my website consists of several XML pages that are transformed into HTML
using various XSL files. I'd like to add a "last modified" timestamp,
but that means I need the lastModifiedDate of the original XML, because
the javascript I used takes the moment of generation of the HTML page,
which is basically about 1 minute earlier than the current time.

Does anyone know an elegant way to achieve this?


How about a custom transformer that reads the files and adds a meta timestamp tag to your document?

Alternatively (but I'm not sure) you could use an action that reads the timestamps and makes them request-local available for the stylesheet.

HTH
Jorg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to