Chris Maloney wrote: > Now, what I'd like to know is, is there any way to use this module > to get different peices of the date (say, month and day, as separate > parameters). That seems to me that that would be easier than trying > to parse the date within XSLT.
As an alternative you could use the EXSLT date functions: http://exslt.org/date/index.html. For example, date:day-in-month() gives you the current day. Niels --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
