Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 315134 - Include the "Generated on" date in generated HTML document
Summary: Include the "Generated on" date in generated HTML document
Status: NEW
Alias: None
Product: Woolsey
Classification: Technology
Component: IP Log Tool (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-31 16:00 EDT by Wayne Beaton CLA
Modified: 2010-05-31 16:00 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wayne Beaton CLA 2010-05-31 16:00:26 EDT
I don't believe that this is supported in XSLT directly, but there are mechanisms to make it work that will require some third-party support.

e.g.

xmlns:java="http://xml.apache.org/xslt/java" exclude-result-prefixes="java"

<xsl:value-of
select="java:format(java:java.text.SimpleDateFormat.new('dd/MM/yyyy'),
java:java.util.Date.new())"/>