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

Subject: RE: [xsl] Can I take only parts from node value?
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 19 Feb 2002 17:05:31 -0000
> If I have XML-tag like this:
> 
> <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? 

With the substring() function.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

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


Current Thread