[thelist] XSL date
aardvark
thelist at lists.evolt.org
Mon Apr 8 21:26:04 2002
> From: "s t e f" <notabene@members.evolt.org>
>
> I'm asked to automatically change a "last modified" date in an
> XML/XSL-generated file. I haven't found how to generate a date through
> XSL. (call me lame).
i actually use ASP (the XM/XSL site's i've been building are powered by ASP
on IIS) to pipe the date into the content... dunno how you use your XSL, but i
leave the work like that to ASP, and then just use the XSL to output the XML
to HTML (or whatever)...
depending on your server-side language, i'd suggest you try that...