Re: [xsl] Can I take only parts from node value?

Subject: Re: [xsl] Can I take only parts from node value?
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Tue, 19 Feb 2002 18:21:41 +0200
jp wrote:

<today date="200202190800" />

and I want output:

Time is 08:00
Date is 19.02 Year is 2002


How can I do this with XSL/T? Or should I change XML output?

Use substring(string, start, length?) function.


--
Oleg Tkachenko
Multiconn International, Israel


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



Current Thread