This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: String manipulation question


Oh, by the way:

> I have template which looks at a string value of a date
> (eg 02-03-02 param1) and a dateformat (eg. DD-MM-YY param2).

There's something like this in EXSLT -- date:format-date() -- and
there's a template for it available at:

 http://www.exslt.org/date/functions/format-date/date.format-date.template.xsl

I think that there's a similar template in the XSLT standard library
at http://xsltsl.sourceforge.net/ as well.
 
They might be a bit of an overkill for your simple requirement though.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]